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