(svn r1976) Cleanups - mostly indentation and fiddling with loops

This commit is contained in:
tron
2005-03-09 19:09:04 +00:00
parent 5420bd97da
commit 9d1526e0a4
3 changed files with 130 additions and 135 deletions

View File

@@ -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);