saveload.c
changeset 4328 1b3940c35724
parent 4326 2e2c9d21ed96
child 4549 106ed18a7675
--- a/saveload.c	Sun Aug 20 18:43:43 2006 +0000
+++ b/saveload.c	Sun Aug 20 18:44:26 2006 +0000
@@ -30,7 +30,7 @@
 #include "variables.h"
 #include <setjmp.h>
 
-const uint16 SAVEGAME_VERSION = 31;
+const uint16 SAVEGAME_VERSION = 32;
 uint16 _sl_version;       /// the major savegame version identifier
 byte   _sl_minor_version; /// the minor savegame version, DO NOT USE!