summaryrefslogtreecommitdiff
path: root/src/effectvehicle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/effectvehicle.cpp')
-rw-r--r--src/effectvehicle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effectvehicle.cpp b/src/effectvehicle.cpp
index e4371cf45..4d13684f1 100644
--- a/src/effectvehicle.cpp
+++ b/src/effectvehicle.cpp
@@ -331,7 +331,7 @@ static void BulldozerTick(Vehicle *v)
{
v->progress++;
if ((v->progress & 7) == 0) {
- const BulldozerMovement* b = &_bulldozer_movement[v->u.effect.animation_state];
+ const BulldozerMovement *b = &_bulldozer_movement[v->u.effect.animation_state];
BeginVehicleMove(v);