(svn r9316) -Fix (r9315): Bump the savegame version for the newhouses merge.

This commit is contained in:
maedhros
2007-03-19 11:41:21 +00:00
parent 209101391a
commit ccd448b72f
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
#include "variables.h"
#include <setjmp.h>
extern const uint16 SAVEGAME_VERSION = 52;
extern const uint16 SAVEGAME_VERSION = 53;
uint16 _sl_version; ///< the major savegame version identifier
byte _sl_minor_version; ///< the minor savegame version, DO NOT USE!