1
0

Mineshafts: silenced a compiler warning.

This commit is contained in:
madmaxoft 2013-11-17 23:29:17 +01:00
parent 9bc79722c7
commit b5821998b4

View File

@ -780,6 +780,7 @@ void cMineShaftCorridor::PlaceChest(cChunkDesc & a_ChunkDesc)
case dirZM:
case dirZP:
default:
{
x = m_BoundingBox.p1.x - BlockX;
z = m_BoundingBox.p1.z + m_ChestPosition - BlockZ;