(svn r26700) -Fix [FS#6066]: incorrect saving of order backups

This commit is contained in:
rubidium
2014-07-21 18:03:32 +00:00
parent 0d2f141c10
commit a1f31b735a
2 changed files with 11 additions and 7 deletions

View File

@@ -259,8 +259,9 @@
* 189 26450
* 190 26547
* 191 26646
* 192 26700
*/
extern const uint16 SAVEGAME_VERSION = 191; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 192; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading