(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

@@ -245,6 +245,7 @@ struct Train : public Vehicle {
const char *GetTypeString() { return "train"; }
void MarkDirty();
void UpdateDeltaXY(Direction direction);
};
#endif /* TRAIN_H */