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

This commit is contained in:
tron
2005-03-09 19:09:04 +00:00
parent 750a265531
commit e6e3e69da4
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);