1
0

Village roads are drawn properly.

This commit is contained in:
madmaxoft
2014-05-17 22:26:09 +02:00
parent 7004043c61
commit a7e52e51dc
2 changed files with 35 additions and 8 deletions

View File

@@ -156,8 +156,8 @@ protected:
const cPiece * m_Piece;
Vector3i m_Coords;
int m_NumCCWRotations;
cCuboid m_HitBox;
int m_Depth;
cCuboid m_HitBox; // Hitbox of the placed piece, in world coords
int m_Depth; // Depth in the generated piece tree
};
typedef std::vector<cPlacedPiece *> cPlacedPieces;