(svn r12575) -Codechange: unduplicate Process*Orders for trains, ships and road vehicles.

This commit is contained in:
rubidium
2008-04-05 10:55:50 +00:00
parent e9661fb420
commit bdd64495cd
9 changed files with 157 additions and 226 deletions

View File

@@ -306,6 +306,7 @@ struct Train : public Vehicle {
bool IsStoppedInDepot() const { return CheckTrainStoppedInDepot(this) >= 0; }
void Tick();
void OnNewDay();
TileIndex GetOrderStationLocation(StationID station);
};
#endif /* TRAIN_H */