aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/insane/insane_scenes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/insane/insane_scenes.cpp')
-rw-r--r--engines/scumm/insane/insane_scenes.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/engines/scumm/insane/insane_scenes.cpp b/engines/scumm/insane/insane_scenes.cpp
index 24f80a92e2..0cf6623664 100644
--- a/engines/scumm/insane/insane_scenes.cpp
+++ b/engines/scumm/insane/insane_scenes.cpp
@@ -171,9 +171,7 @@ void Insane::runScene(int arraynum) {
writeArray(339, _enemy[EN_VULTF2].isEmpty);
writeArray(340, _enemy[EN_VULTM2].isEmpty);
}
- // FIXME: Fingolfin asks: why is there a FIXME here? Please either clarify what
- // needs fixing, or remove it!
- // insane_unlock(); // FIXME
+
_vm->_sound->stopAllSounds(); // IMUSE_StopAllSounds();
}
@@ -330,10 +328,7 @@ int Insane::loadSceneData(int scene, int flag, int phase) {
int retvalue = 1;
debugC(DEBUG_INSANE, "Insane::loadSceneData(%d, %d, %d)", scene, flag, phase);
- // FIXME: Fingolfin asks: why is there a FIXME here? Please either clarify what
- // needs fixing, or remove it!
- //if (phase == 1) /// FIXME
- // insane_unlock();
+
switch (scene) {
case 1:
smlayer_loadSound(88, flag, phase);