diff options
author | Tobias Gunkel | 2012-01-29 17:26:16 +0100 |
---|---|---|
committer | Tobias Gunkel | 2012-02-11 08:29:55 +0100 |
commit | 2b657283d763b23a3263485924c43d5e86aefcc9 (patch) | |
tree | adbe18b07f4e2fc11ea5d7139af986a3fa0fa01b /engines/scumm | |
parent | 91bdf9a3f5abff5651679b414de878a890219b44 (diff) | |
download | scummvm-rg350-2b657283d763b23a3263485924c43d5e86aefcc9.tar.gz scummvm-rg350-2b657283d763b23a3263485924c43d5e86aefcc9.tar.bz2 scummvm-rg350-2b657283d763b23a3263485924c43d5e86aefcc9.zip |
SCUMM: forward savegame version is needed due to previous savegame changes)
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/saveload.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |