diff --git a/engines/scumm/saveload.h b/engines/scumm/saveload.h index 931b56f1377..a316670e3d2 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