From 6ea51e8c4564004ce995f4a8e1c80fdd76562c8f Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 20 Sep 2012 01:57:53 +0200 Subject: SCUMM: Implement support for special sfx in MI2 Mac. This also increases the savegame version, since it introduces a new Instrument subclass. --- engines/scumm/saveload.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/saveload.h') diff --git a/engines/scumm/saveload.h b/engines/scumm/saveload.h index d5f7ea526e..a640bc1e17 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 92 +#define CURRENT_VER 93 /** * An auxillary macro, used to specify savegame versions. We use this instead -- cgit v1.2.3