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.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/scumm/insane/insane_scenes.cpp b/engines/scumm/insane/insane_scenes.cpp
index 5843e85f0f..24f80a92e2 100644
--- a/engines/scumm/insane/insane_scenes.cpp
+++ b/engines/scumm/insane/insane_scenes.cpp
@@ -171,6 +171,8 @@ 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();
}
@@ -328,6 +330,8 @@ 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) {