mirror of https://github.com/OpenTTD/OpenTTD
(svn r25363) -Codechange: bump the savegame version for cargodist
parent
741c431caa
commit
0e5fa8d195
|
@ -248,8 +248,9 @@
|
||||||
* 180 24998 1.3.x
|
* 180 24998 1.3.x
|
||||||
* 181 25012
|
* 181 25012
|
||||||
* 182 25296
|
* 182 25296
|
||||||
|
* 183 25363
|
||||||
*/
|
*/
|
||||||
extern const uint16 SAVEGAME_VERSION = 182; ///< Current savegame version of OpenTTD.
|
extern const uint16 SAVEGAME_VERSION = 183; ///< Current savegame version of OpenTTD.
|
||||||
|
|
||||||
SavegameType _savegame_type; ///< type of savegame we are loading
|
SavegameType _savegame_type; ///< type of savegame we are loading
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue