aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.cpp
diff options
context:
space:
mode:
authorTravis Howell2010-05-12 05:01:58 +0000
committerTravis Howell2010-05-12 05:01:58 +0000
commit920e47cca0fadce21531e5a15bb76d4559067607 (patch)
treee4e4ff1b7a44739559a2fd2c153a4c64a810b7af /engines/scumm/scumm.cpp
parent47d6284c83352ad2429a2a535b53c02bb537867c (diff)
downloadscummvm-rg350-920e47cca0fadce21531e5a15bb76d4559067607.tar.gz
scummvm-rg350-920e47cca0fadce21531e5a15bb76d4559067607.tar.bz2
scummvm-rg350-920e47cca0fadce21531e5a15bb76d4559067607.zip
Fix missing songs in the HE73 version of Putt-Putt Saves the Zoo.
svn-id: r49010
Diffstat (limited to 'engines/scumm/scumm.cpp')
-rw-r--r--engines/scumm/scumm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index a69ed40e3b..2359d4a04f 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -793,6 +793,7 @@ ScummEngine_v72he::ScummEngine_v72he(OSystem *syst, const DetectorResult &dr)
VAR_NUM_COSTUMES = 0xFF;
VAR_NUM_IMAGES = 0xFF;
VAR_NUM_CHARSETS = 0xFF;
+ VAR_SOUND_ENABLED = 0xFF;
VAR_POLYGONS_ONLY = 0xFF;
VAR_MOUSE_STATE = 0xFF;
VAR_PLATFORM = 0xFF;