Fixed missing comment terminator.
This commit is contained in:
parent
ec23e2591e
commit
d545be9614
@ -377,7 +377,7 @@ bool cPieceGenerator::TryPlacePieceAtConnector(
|
|||||||
// You need DirectionRotationTable[rot1][rot2] CCW turns to connect rot1 to rot2 (they are opposite)
|
// You need DirectionRotationTable[rot1][rot2] CCW turns to connect rot1 to rot2 (they are opposite)
|
||||||
static const int DirectionRotationTable[6][6] =
|
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},
|
/* YM */ { 0, 0, 0, 0, 0, 0},
|
||||||
/* YP */ { 0, 0, 0, 0, 0, 0},
|
/* YP */ { 0, 0, 0, 0, 0, 0},
|
||||||
/* ZM */ { 0, 0, 2, 0, 1, 3},
|
/* ZM */ { 0, 0, 2, 0, 1, 3},
|
||||||
|
Loading…
Reference in New Issue
Block a user