(svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class.
This commit is contained in:
@@ -47,6 +47,7 @@ struct Ship: public Vehicle {
|
||||
void PlayLeaveStationSound() const;
|
||||
bool IsPrimaryVehicle() const { return true; }
|
||||
int GetImage(Direction direction) const;
|
||||
void Tick();
|
||||
};
|
||||
|
||||
#endif /* SHIP_H */
|
||||
|
Reference in New Issue
Block a user