1
0

Fixed a few MSVC warnings.

This commit is contained in:
madmaxoft
2014-01-07 14:24:25 +01:00
parent e3bb82d95a
commit 934b90c121
8 changed files with 21 additions and 18 deletions

View File

@@ -774,10 +774,11 @@ void cDistortedHeightmap::ComposeColumn(cChunkDesc & a_ChunkDesc, int a_RelX, in
return;
}
default:
{
ASSERT(!"Unhandled biome");
return;
}
} // switch (Biome)
ASSERT(!"Unexpected fallthrough");
}