aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorJames Brown2002-05-05 17:44:39 +0000
committerJames Brown2002-05-05 17:44:39 +0000
commit46f7c4d543fb335a85041747cf489621e451a58d (patch)
treeb62fccc7a75910349d4c504737fab496dccff55e /scumm.h
parent59374705586d137fe6b847f4af4e972b02c35fbe (diff)
downloadscummvm-rg350-46f7c4d543fb335a85041747cf489621e451a58d.tar.gz
scummvm-rg350-46f7c4d543fb335a85041747cf489621e451a58d.tar.bz2
scummvm-rg350-46f7c4d543fb335a85041747cf489621e451a58d.zip
Add more Dig compatability, fix Dig sounds due to Endian.
svn-id: r4201
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h4
1 files changed, 2 insertions, 2 deletions
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;