diff options
Diffstat (limited to 'engines/scumm/he/script_v70he.cpp')
-rw-r--r-- | engines/scumm/he/script_v70he.cpp | 3 |
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; |