aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorTravis Howell2004-06-23 09:13:25 +0000
committerTravis Howell2004-06-23 09:13:25 +0000
commit9cc7594384eabde62624d5fcda82605e5e66c5c4 (patch)
treef0b9f5108af3def1a354bad8a23e003c60b2cd14 /scumm/scumm.h
parentc7f06142a00a625c1f3bfe76bdc2b5429ba2cdc3 (diff)
downloadscummvm-rg350-9cc7594384eabde62624d5fcda82605e5e66c5c4.tar.gz
scummvm-rg350-9cc7594384eabde62624d5fcda82605e5e66c5c4.tar.bz2
scummvm-rg350-9cc7594384eabde62624d5fcda82605e5e66c5c4.zip
Remove HE7 check that wasn't needed and caused resource load failures.
Enable startSound code in HE7 games. Avoid loading music resources in HE7 games, since they are unsupported at the moment. svn-id: r14010
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 625c0823c4..206d109d95 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -1037,6 +1037,7 @@ protected:
int _saveSound;
bool _native_mt32;
int _midiDriver; // Use the MD_ values from mididrv.h
+ int _staticVar1, _staticVar2, _staticVar3, _staticVar4, _staticVar5;
bool _copyProtection;
bool _demoMode;
bool _confirmExit;