diff options
-rw-r--r-- | src/newgrf_commons.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_commons.cpp b/src/newgrf_commons.cpp index cbf54a24a..5a1de575f 100644 --- a/src/newgrf_commons.cpp +++ b/src/newgrf_commons.cpp @@ -322,6 +322,7 @@ uint32 GetTerrainType(TileIndex tile, bool upper_halftile) has_snow = (GetTileMaxZ(tile) > GetSnowLine()); break; + case MP_VOID: case MP_WATER: has_snow = (GetTileZ(tile) > GetSnowLine()); break; |