From c4c440cc20c0cb76442feb07b059b2f69106f5da Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 26 May 2008 00:31:36 +0000 Subject: (svn r13256) -Codechange: merge the OPTS and PATS chuncks. -Codechange: split the diff_custom variable. -Feature: allow changing some of the diff_custom variables via the console in network games. --- src/saveload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/saveload.cpp') diff --git a/src/saveload.cpp b/src/saveload.cpp index fc13f8b89..d9fecbd97 100644 --- a/src/saveload.cpp +++ b/src/saveload.cpp @@ -35,7 +35,7 @@ #include "table/strings.h" -extern const uint16 SAVEGAME_VERSION = 96; +extern const uint16 SAVEGAME_VERSION = 97; SavegameType _savegame_type; ///< type of savegame we are loading -- cgit v1.2.3-54-g00ecf