summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-03-12 15:33:28 +0100
committermadmaxoft <github@xoft.cz>2014-03-12 15:33:28 +0100
commitd545be9614e9d6717d19794ea8a49b6d4a0da52f (patch)
tree6698b15cc90c3db51f65ae3c6f721cd55fc2adc2 /src
parentMerge remote-tracking branch 'xdot/master' (diff)
downloadcuberite-d545be9614e9d6717d19794ea8a49b6d4a0da52f.tar
cuberite-d545be9614e9d6717d19794ea8a49b6d4a0da52f.tar.gz
cuberite-d545be9614e9d6717d19794ea8a49b6d4a0da52f.tar.bz2
cuberite-d545be9614e9d6717d19794ea8a49b6d4a0da52f.tar.lz
cuberite-d545be9614e9d6717d19794ea8a49b6d4a0da52f.tar.xz
cuberite-d545be9614e9d6717d19794ea8a49b6d4a0da52f.tar.zst
cuberite-d545be9614e9d6717d19794ea8a49b6d4a0da52f.zip
Diffstat (limited to 'src')
-rw-r--r--src/Generating/PieceGenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/PieceGenerator.cpp b/src/Generating/PieceGenerator.cpp
index e3de5b951..cf5ab6226 100644
--- a/src/Generating/PieceGenerator.cpp
+++ b/src/Generating/PieceGenerator.cpp
@@ -377,7 +377,7 @@ bool cPieceGenerator::TryPlacePieceAtConnector(
// You need DirectionRotationTable[rot1][rot2] CCW turns to connect rot1 to rot2 (they are opposite)
static const int DirectionRotationTable[6][6] =
{
- /* YM, YP, ZM, ZP, XM, XP
+ /* YM, YP, ZM, ZP, XM, XP */
/* YM */ { 0, 0, 0, 0, 0, 0},
/* YP */ { 0, 0, 0, 0, 0, 0},
/* ZM */ { 0, 0, 2, 0, 1, 3},