(svn r24446) -Add [FS#5199]: Store more consist properties in order backups.

This commit is contained in:
frosch
2012-07-29 16:48:00 +00:00
parent 8d09070bb7
commit 348f2d35be
6 changed files with 38 additions and 28 deletions

View File

@@ -239,8 +239,9 @@
* 173 23967 1.2.0-RC1
* 174 23973 1.2.x
* 175 24136
* 176 24446
*/
extern const uint16 SAVEGAME_VERSION = 175; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 176; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading