(svn r21862) -Codechange: Unify subtype handling between road vehicles and trains.

This commit is contained in:
terkhen
2011-01-19 20:04:09 +00:00
parent 085e643ea5
commit 8db501e115
5 changed files with 127 additions and 145 deletions

View File

@@ -221,8 +221,9 @@
* 154 21426
* 155 21453
* 156 21728
* 157 21862
*/
extern const uint16 SAVEGAME_VERSION = 156; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 157; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading