diff options
author | Eugene Sandulenko | 2013-09-12 10:58:08 -0700 |
---|---|---|
committer | Eugene Sandulenko | 2013-09-12 10:58:08 -0700 |
commit | c2161b95640779677f186786ed1bbfad34da074c (patch) | |
tree | 5068918becaa90af4ebf6f7eb453df28d11d95df /engines/scumm/saveload.h | |
parent | bc1a21f210d12ec1338d1e20c8d93413163cfd94 (diff) | |
parent | 80ab4c524295ba2cdec3a297919653eda4133ed3 (diff) | |
download | scummvm-rg350-c2161b95640779677f186786ed1bbfad34da074c.tar.gz scummvm-rg350-c2161b95640779677f186786ed1bbfad34da074c.tar.bz2 scummvm-rg350-c2161b95640779677f186786ed1bbfad34da074c.zip |
Merge pull request #360 from lordhoto/scumm-ad
SCUMM: Implement original AD AdLib output.
Diffstat (limited to 'engines/scumm/saveload.h')
-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 7b2ff91ad3..c34be5816d 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 94 +#define CURRENT_VER 95 /** * An auxillary macro, used to specify savegame versions. We use this instead |