summaryrefslogtreecommitdiff
path: root/saveload.c
diff options
context:
space:
mode:
authorKUDr <kudr@openttd.org>2006-09-11 17:28:27 +0000
committerKUDr <kudr@openttd.org>2006-09-11 17:28:27 +0000
commit59902fa943a31da833833994402be4a5e0329237 (patch)
tree7d44164c85621fb7fe1e5866957f7a96f65cc2f0 /saveload.c
parentd1f667ea5ba681c4ef57de20c1c342c53aa73c77 (diff)
downloadopenttd-59902fa943a31da833833994402be4a5e0329237.tar.xz
(svn r6440) -Fix: [YAPF] some YAPF settings were not saved (i misunderstood how save flags work). This probably caused some MP desyncs. Thanks Maedhros for noticing and peter1138 for this patch.
Diffstat (limited to 'saveload.c')
-rw-r--r--saveload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/saveload.c b/saveload.c
index d4db22992..31d372695 100644
--- a/saveload.c
+++ b/saveload.c
@@ -30,7 +30,7 @@
#include "variables.h"
#include <setjmp.h>
-const uint16 SAVEGAME_VERSION = 32;
+const uint16 SAVEGAME_VERSION = 33;
uint16 _sl_version; /// the major savegame version identifier
byte _sl_minor_version; /// the minor savegame version, DO NOT USE!