summaryrefslogtreecommitdiff
path: root/src/disaster_vehicle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/disaster_vehicle.h')
-rw-r--r--src/disaster_vehicle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/disaster_vehicle.h b/src/disaster_vehicle.h
index 06fb36c1e..e86d96e97 100644
--- a/src/disaster_vehicle.h
+++ b/src/disaster_vehicle.h
@@ -48,7 +48,7 @@ struct DisasterVehicle FINAL : public SpecializedVehicle<DisasterVehicle, VEH_DI
virtual ~DisasterVehicle() {}
void UpdatePosition(int x, int y, int z);
- void UpdateDeltaXY(Direction direction);
+ void UpdateDeltaXY();
void UpdateImage();
bool Tick();
};