aboutsummaryrefslogtreecommitdiff
path: root/sound.cpp
diff options
context:
space:
mode:
authorJames Brown2002-04-26 02:53:40 +0000
committerJames Brown2002-04-26 02:53:40 +0000
commitb065d233d1cceec5de5a9afbd9ce28fe6143f09c (patch)
tree516323aff03b5a4c0b426e2514171bf7f70253d9 /sound.cpp
parentce464ac7e4e7f5325e990764de6ad49e55cd87c4 (diff)
downloadscummvm-rg350-b065d233d1cceec5de5a9afbd9ce28fe6143f09c.tar.gz
scummvm-rg350-b065d233d1cceec5de5a9afbd9ce28fe6143f09c.tar.bz2
scummvm-rg350-b065d233d1cceec5de5a9afbd9ce28fe6143f09c.zip
Commit MI1/Indy4/etc crash fix :)
svn-id: r4081
Diffstat (limited to 'sound.cpp')
-rw-r--r--sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound.cpp b/sound.cpp
index eb6846c20c..75e12c87a3 100644
--- a/sound.cpp
+++ b/sound.cpp
@@ -118,7 +118,7 @@ void Scumm::playSound(int sound)
return;
}
- if (_features & GF_OLD256)
+ if ((_features & GF_OLD256) || (_gameId == GID_MONKEY_VGA))
return; /* FIXME */
if (se) {