saveload.c
changeset 5108 dc67d70b5a45
parent 5015 8e2f6a5df288
child 5116 2a33a74925c5
--- a/saveload.c	Thu Nov 16 20:57:23 2006 +0000
+++ b/saveload.c	Thu Nov 16 22:05:33 2006 +0000
@@ -30,7 +30,7 @@
 #include "variables.h"
 #include <setjmp.h>
 
-const uint16 SAVEGAME_VERSION = 36;
+const uint16 SAVEGAME_VERSION = 37;
 uint16 _sl_version;       /// the major savegame version identifier
 byte   _sl_minor_version; /// the minor savegame version, DO NOT USE!