aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorJames Brown2002-04-20 04:09:02 +0000
committerJames Brown2002-04-20 04:09:02 +0000
commiteb773b477a669427ff84e422bbdb1c3d6b63e8ef (patch)
treefdcef5572f381d4760e150fe5558b6de703f5922 /scumm.h
parented65e89a897f66eadc53ce27eb5fe6b39d16a0eb (diff)
downloadscummvm-rg350-eb773b477a669427ff84e422bbdb1c3d6b63e8ef.tar.gz
scummvm-rg350-eb773b477a669427ff84e422bbdb1c3d6b63e8ef.tar.bz2
scummvm-rg350-eb773b477a669427ff84e422bbdb1c3d6b63e8ef.zip
Remove \M's, add IRIX support.
svn-id: r4019
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm.h b/scumm.h
index 0f9ddd1a78..781a87d98e 100644
--- a/scumm.h
+++ b/scumm.h
@@ -24,7 +24,7 @@
#include "sound/mixer.h"
#define SCUMMVM_VERSION "0.2.0 devel"
-#define SCUMMVM_CVS "031402"
+#define SCUMMVM_CVS "042002"
#define SWAP(a,b) do{int tmp=a; a=b; b=tmp; } while(0)
#define ARRAYSIZE(x) (sizeof(x)/sizeof(x[0]))
@@ -958,6 +958,7 @@ public:
uint16 _mouthSyncTimes[52];
uint _curSoundPos;
int current_cd_sound;
+
int tempMusic;
#ifdef COMPRESSED_SOUND_FILE