summaryrefslogtreecommitdiff
path: root/road_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-12 15:53:32 +0000
committertron <tron@openttd.org>2005-02-12 15:53:32 +0000
commit6b83a05adabaf5ab47d981b83d8bbf2c7cfc59c3 (patch)
treeca1e02fe05c2c7241836503d7f08bb634c442bfd /road_cmd.c
parentac758b6875ac1c95dc2ec0fadbb5b7d5ef7e8c67 (diff)
downloadopenttd-6b83a05adabaf5ab47d981b83d8bbf2c7cfc59c3.tar.xz
(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
Diffstat (limited to 'road_cmd.c')
-rw-r--r--road_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/road_cmd.c b/road_cmd.c
index 5b221c9d6..3e607c554 100644
--- a/road_cmd.c
+++ b/road_cmd.c
@@ -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;
}