(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 2ccee752fd
commit a4e045a3fb
12 changed files with 140 additions and 101 deletions

View File

@@ -132,6 +132,7 @@ struct Aircraft : public Vehicle {
const char *GetTypeString() { return "aircraft"; }
void MarkDirty();
void UpdateDeltaXY(Direction direction);
};
#endif /* AIRCRAFT_H */