Copy land info tool to citymania source

This commit is contained in:
dP
2020-08-16 06:16:24 +03:00
parent d6d61af834
commit d084a4b8a8
6 changed files with 412 additions and 4 deletions

View File

@@ -354,7 +354,6 @@ static void DrawTile_Industry(TileInfo *ti)
DrawWaterClassGround(ti);
} else {
DrawGroundSprite(image, GroundSpritePaletteTransform(image, dits->ground.pal, GENERAL_SPRITE_COLOUR(ind->random_colour)));
// DrawGroundSprite(image, GroundSpritePaletteTransform(image, dits->ground.pal, GENERAL_SPRITE_COLOUR(ind->random_colour)));
}
/* If industries are transparent and invisible, do not draw the upper part */