From 46f7c4d543fb335a85041747cf489621e451a58d Mon Sep 17 00:00:00 2001 From: James Brown Date: Sun, 5 May 2002 17:44:39 +0000 Subject: Add more Dig compatability, fix Dig sounds due to Endian. svn-id: r4201 --- scumm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm.h') diff --git a/scumm.h b/scumm.h index 2bc475e81b..b5755e104d 100644 --- a/scumm.h +++ b/scumm.h @@ -52,7 +52,7 @@ enum { #endif BITS_PER_SAMPLE = 16, NUM_MIXER = 4, - NUM_SCRIPT_SLOT = 25, + NUM_SCRIPT_SLOT = 40, NUM_LOCALSCRIPT = 60, NUM_SHADOW_PALETTE = 8, MAX_ACTORS = 30, @@ -966,7 +966,7 @@ public: bool _endOfMouthSync; uint16 _mouthSyncTimes[52]; uint _curSoundPos; - int current_cd_sound; + int current_cd_sound, _cd_loops, _cd_frame, _cd_track, _cd_end; int tempMusic; -- cgit v1.2.3