(svn r12575) -Codechange: unduplicate Process*Orders for trains, ships and road vehicles.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user