(svn r12578) -Codechange: merge the aircrafts ProcessOrder too into the 'unified' ProcessOrder.

This commit is contained in:
rubidium
2008-04-05 12:01:34 +00:00
parent c830c4a369
commit ba0a9538cf
7 changed files with 75 additions and 88 deletions

View File

@@ -126,6 +126,7 @@ struct Aircraft : public Vehicle {
bool IsInDepot() const { return (this->vehstatus & VS_HIDDEN) != 0 && IsHangarTile(this->tile); }
void Tick();
void OnNewDay();
TileIndex GetOrderStationLocation(StationID station);
};
#endif /* AIRCRAFT_H */