mirror of https://github.com/OpenTTD/OpenTTD
(svn r26881) -Codechange: bump the savegame version
parent
f41b55f0ff
commit
fedc1acd62
|
@ -261,8 +261,9 @@
|
|||
* 191 26646
|
||||
* 192 26700
|
||||
* 193 26802
|
||||
* 194 26881
|
||||
*/
|
||||
extern const uint16 SAVEGAME_VERSION = 193; ///< Current savegame version of OpenTTD.
|
||||
extern const uint16 SAVEGAME_VERSION = 194; ///< Current savegame version of OpenTTD.
|
||||
|
||||
SavegameType _savegame_type; ///< type of savegame we are loading
|
||||
|
||||
|
|
Loading…
Reference in New Issue