From 2b657283d763b23a3263485924c43d5e86aefcc9 Mon Sep 17 00:00:00 2001 From: Tobias Gunkel Date: Sun, 29 Jan 2012 17:26:16 +0100 Subject: SCUMM: forward savegame version is needed due to previous savegame changes) --- engines/scumm/saveload.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/scumm/saveload.h b/engines/scumm/saveload.h index 931b56f137..a316670e3d 100644 --- a/engines/scumm/saveload.h +++ b/engines/scumm/saveload.h @@ -47,7 +47,7 @@ namespace Scumm { * only saves/loads those which are valid for the version of the savegame * which is being loaded/saved currently. */ -#define CURRENT_VER 90 +#define CURRENT_VER 91 /** * An auxillary macro, used to specify savegame versions. We use this instead -- cgit v1.2.3