(svn r22505) -Add: Separate EffectVehicleTypes for broken aircraft and smoke at copper ore mine, to make them distinguishable from each other and from smoke due to disasters. (only affects newly spawned effects)

This commit is contained in:
frosch
2011-05-28 09:45:12 +00:00
parent 7c21083227
commit 71822b6f1b
5 changed files with 12 additions and 6 deletions

View File

@@ -862,7 +862,7 @@ static void TileLoop_Industry(TileIndex tile)
break;
case GFX_COPPER_MINE_CHIMNEY:
CreateEffectVehicleAbove(TileX(tile) * TILE_SIZE + 6, TileY(tile) * TILE_SIZE + 6, 43, EV_SMOKE);
CreateEffectVehicleAbove(TileX(tile) * TILE_SIZE + 6, TileY(tile) * TILE_SIZE + 6, 43, EV_COPPER_MINE_SMOKE);
break;