1
0

More MSVC warning fixes.

This commit is contained in:
madmaxoft
2014-01-07 16:00:19 +01:00
parent bcd41dc1aa
commit 39a1bcdea0
9 changed files with 11 additions and 11 deletions

View File

@@ -991,7 +991,7 @@ bool cChunkMap::HasChunkAnyClients(int a_ChunkX, int a_ChunkZ)
int cChunkMap::GetHeight(int a_BlockX, int a_BlockZ)
{
while (true)
for (;;)
{
cCSLock Lock(m_CSLayers);
int ChunkX, ChunkZ, BlockY = 0;