aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/insane/insane_scenes.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2007-09-11 15:49:19 +0000
committerEugene Sandulenko2007-09-11 15:49:19 +0000
commit35d68621171128c885f5064fb1a3deccb984d95b (patch)
tree6b883286a615808eb8d9e9569be4e66f4e3f4039 /engines/scumm/insane/insane_scenes.cpp
parent541b68e0e432aefa583cc4777439b86be75fd982 (diff)
downloadscummvm-rg350-35d68621171128c885f5064fb1a3deccb984d95b.tar.gz
scummvm-rg350-35d68621171128c885f5064fb1a3deccb984d95b.tar.bz2
scummvm-rg350-35d68621171128c885f5064fb1a3deccb984d95b.zip
Remove/clarify several FIXMEs
svn-id: r28892
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);