1
0

Fixed compile and a few more warnings

This commit is contained in:
tycho
2015-05-19 12:28:31 +01:00
parent 95e06ab93f
commit fa4fb75e03
9 changed files with 33 additions and 15 deletions

View File

@@ -414,7 +414,12 @@ protected:
FillColumnPattern(a_ChunkDesc, a_RelX, a_RelZ, Pattern, a_ShapeColumn);
return;
}
default:
case biInvalidBiome:
case biHell:
case biSky:
case biNumBiomes:
case biVariant:
case biNumVariantBiomes:
{
ASSERT(!"Unhandled biome");
return;