(svn r9760) -Codechange: remove the need for saving some vehicle variables.
This commit is contained in:
@@ -41,6 +41,7 @@ struct Ship: public Vehicle {
|
||||
|
||||
const char *GetTypeString() { return "ship"; }
|
||||
void MarkDirty();
|
||||
void UpdateDeltaXY(Direction direction);
|
||||
};
|
||||
|
||||
#endif /* SHIP_H */
|
||||
|
Reference in New Issue
Block a user