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
commit9d1526e0a46ff5a31c2412f3dde22e8ad5606872 (patch)
treef2c654684c8e8ee724d40b54c8aa56c87ca8c5b6 /vehicle.h
parent5420bd97da5987369f8d64cf0718bee1255b688a (diff)
downloadopenttd-9d1526e0a46ff5a31c2412f3dde22e8ad5606872.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);