saveload.c
changeset 4590 3bb61fa03c69
parent 4549 106ed18a7675
child 4603 20c816f664de
--- a/saveload.c	Mon Sep 11 16:24:58 2006 +0000
+++ b/saveload.c	Mon Sep 11 17:28:27 2006 +0000
@@ -30,7 +30,7 @@
 #include "variables.h"
 #include <setjmp.h>
 
-const uint16 SAVEGAME_VERSION = 32;
+const uint16 SAVEGAME_VERSION = 33;
 uint16 _sl_version;       /// the major savegame version identifier
 byte   _sl_minor_version; /// the minor savegame version, DO NOT USE!