1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 09:09:09 +00:00

(svn r2030) -Fix: Save _cur_town_ctr with all its bits to prevent desyncs

This commit is contained in:
celestar
2005-03-19 22:45:59 +00:00
parent 6bd06dbc33
commit f41be0b25a
2 changed files with 3 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
#include "saveload.h"
enum {
SAVEGAME_MAJOR_VERSION = 9,
SAVEGAME_MAJOR_VERSION = 10,
SAVEGAME_MINOR_VERSION = 0,
SAVEGAME_LOADABLE_VERSION = (SAVEGAME_MAJOR_VERSION << 8) + SAVEGAME_MINOR_VERSION