(svn r1863) Give the effect vehicle type enums more descriptive names and use the enum as parameter type for CreateEffectVehicle*()

-Fix: [1116619] Generate the correct smoke type for diesel trains
This commit is contained in:
tron
2005-02-12 15:53:32 +00:00
parent ac758b6875
commit 6b83a05ada
10 changed files with 41 additions and 44 deletions

View File

@@ -980,7 +980,7 @@ static void TileLoop_Road(uint tile)
TileX(tile) * 16 + 7,
TileY(tile) * 16 + 7,
0,
EV_ROADWORK);
EV_BULLDOZER);
MarkTileDirtyByTile(tile);
return;
}