(svn r9760) -Codechange: remove the need for saving some vehicle variables.

This commit is contained in:
rubidium
2007-05-01 16:35:14 +00:00
parent fa244119b9
commit 5a46c763f0
12 changed files with 140 additions and 101 deletions

View File

@@ -41,6 +41,7 @@ struct Ship: public Vehicle {
const char *GetTypeString() { return "ship"; }
void MarkDirty();
void UpdateDeltaXY(Direction direction);
};
#endif /* SHIP_H */