saveload.c
changeset 5385 3868f2e6db9b
parent 5380 8ea58542b6e0
child 5436 b3d017be25b4
--- a/saveload.c	Wed Dec 27 12:22:25 2006 +0000
+++ b/saveload.c	Wed Dec 27 12:38:02 2006 +0000
@@ -30,7 +30,7 @@
 #include "variables.h"
 #include <setjmp.h>
 
-const uint16 SAVEGAME_VERSION = 41;
+const uint16 SAVEGAME_VERSION = 42;
 uint16 _sl_version;       /// the major savegame version identifier
 byte   _sl_minor_version; /// the minor savegame version, DO NOT USE!