aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v70he.cpp
diff options
context:
space:
mode:
authorTravis Howell2007-06-01 08:47:22 +0000
committerTravis Howell2007-06-01 08:47:22 +0000
commite29263611a61ac2d0ef2111f7dfbf03b5924742b (patch)
tree5c4f5bcb10dcadeb9f7efb6849b2eb89a971255e /engines/scumm/he/script_v70he.cpp
parent22c0403e0dfec16badf156afa842c6c37e850263 (diff)
downloadscummvm-rg350-e29263611a61ac2d0ef2111f7dfbf03b5924742b.tar.gz
scummvm-rg350-e29263611a61ac2d0ef2111f7dfbf03b5924742b.tar.bz2
scummvm-rg350-e29263611a61ac2d0ef2111f7dfbf03b5924742b.zip
Fix bug #1727457 - WATER: Unexpected crash at the end of level 15.
svn-id: r27036
Diffstat (limited to 'engines/scumm/he/script_v70he.cpp')
-rw-r--r--engines/scumm/he/script_v70he.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/scumm/he/script_v70he.cpp b/engines/scumm/he/script_v70he.cpp
index 6b1f670e15..1ced349225 100644
--- a/engines/scumm/he/script_v70he.cpp
+++ b/engines/scumm/he/script_v70he.cpp
@@ -461,6 +461,9 @@ void ScummEngine_v70he::o70_startSound() {
case 164:
_heSndFlags |= 2;
break;
+ case 222:
+ // WORKAROUND: For errors in room script 240 (room 4) of maze
+ break;
case 224:
_heSndSoundFreq = pop();
break;