summaryrefslogtreecommitdiff
path: root/vehicle.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-03-09 19:09:04 +0000
committertron <tron@openttd.org>2005-03-09 19:09:04 +0000
commite6e3e69da446dc00c0b9de25467638fa1081ad64 (patch)
treef2c654684c8e8ee724d40b54c8aa56c87ca8c5b6 /vehicle.h
parent750a26553194f6967e09098caf532e0ac7731d0a (diff)
downloadopenttd-e6e3e69da446dc00c0b9de25467638fa1081ad64.tar.xz
(svn r1976) Cleanups - mostly indentation and fiddling with loops
Diffstat (limited to 'vehicle.h')
-rw-r--r--vehicle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle.h b/vehicle.h
index f13d6877c..94c9bcc8f 100644
--- a/vehicle.h
+++ b/vehicle.h
@@ -325,7 +325,7 @@ uint GetWaypointByTile(uint tile);
void UpdateTrainAcceleration(Vehicle *v);
int32 GetTrainRunningCost(Vehicle *v);
-int CheckTrainStoppedInDepot(Vehicle *v);
+int CheckTrainStoppedInDepot(const Vehicle *v);
bool VehicleNeedsService(const Vehicle *v);