forked from mirror/OpenTTD
(svn r4249) -Codechange: Replace more occurences of 16 by TILE_SIZE and of 8 by TILE_HEIGHT. Reverted one change from the previous commit because it was faulty
This commit is contained in:
@@ -413,7 +413,7 @@ static void DrawTile_Water(TileInfo *ti)
|
||||
break;
|
||||
|
||||
case WATER_COAST:
|
||||
assert(ti->tileh < 16);
|
||||
assert(!IsSteepTileh(ti->tileh));
|
||||
DrawGroundSprite(_water_shore_sprites[ti->tileh]);
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user