From 59902fa943a31da833833994402be4a5e0329237 Mon Sep 17 00:00:00 2001 From: KUDr Date: Mon, 11 Sep 2006 17:28:27 +0000 Subject: (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. --- saveload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saveload.c') 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 -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! -- cgit v1.2.3-70-g09d2