aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/res_snd.cpp
diff options
context:
space:
mode:
authorTravis Howell2007-02-23 10:18:14 +0000
committerTravis Howell2007-02-23 10:18:14 +0000
commit47280b3301ae3b628dce593beb602ac6ada75b97 (patch)
tree3fe0a7d14a1a696ee8b8ae10357f5bd5f875ad74 /engines/agos/res_snd.cpp
parentf1f28b61a981293c22fbf16e4b8e27c0206e68c3 (diff)
downloadscummvm-rg350-47280b3301ae3b628dce593beb602ac6ada75b97.tar.gz
scummvm-rg350-47280b3301ae3b628dce593beb602ac6ada75b97.tar.bz2
scummvm-rg350-47280b3301ae3b628dce593beb602ac6ada75b97.zip
Fix bug #1600999 - SIMON2: Crash while talking to Bingo Bongo. A regression due to the work around for extra long strings been broken, when support for the Feeble Files was added in the past.
svn-id: r25807
Diffstat (limited to 'engines/agos/res_snd.cpp')
-rw-r--r--engines/agos/res_snd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/agos/res_snd.cpp b/engines/agos/res_snd.cpp
index a236047333..292eb06a80 100644
--- a/engines/agos/res_snd.cpp
+++ b/engines/agos/res_snd.cpp
@@ -191,6 +191,7 @@ void AGOSEngine::loadMusic(uint music) {
} else if (getPlatform() == Common::kPlatformAmiga) {
loadModule(music);
} else if (getFeatures() & GF_TALKIE) {
+ // WORKAROUND: For a script bug in the CD versions
// We skip this music resource, as it was replaced by
// a sound effect, and the script was never updated.
if (music == 35)