aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2002-12-12 02:55:57 +0000
committerTravis Howell2002-12-12 02:55:57 +0000
commit1b10fcbdbb98b8b44c29c843d4700eab38078501 (patch)
tree2ceafe0e342a6a7ffcf6f8c26d70ead17c979d06 /simon
parentd577b2ece6b8e54463f29f5c955cf98e8e7480cf (diff)
downloadscummvm-rg350-1b10fcbdbb98b8b44c29c843d4700eab38078501.tar.gz
scummvm-rg350-1b10fcbdbb98b8b44c29c843d4700eab38078501.tar.bz2
scummvm-rg350-1b10fcbdbb98b8b44c29c843d4700eab38078501.zip
Remove fixme which is no longer required
svn-id: r5910
Diffstat (limited to 'simon')
-rw-r--r--simon/items.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/simon/items.cpp b/simon/items.cpp
index e4f363cd7b..655e0af00b 100644
--- a/simon/items.cpp
+++ b/simon/items.cpp
@@ -1524,11 +1524,6 @@ void SimonState::o_unk_127()
uint a = getVarOrWord();
/*uint b = */ getVarOrWord();
- //FIXME music track 12 isn't be read correctly and produce high pitched noise
- // Using music in next area as temporary work around
- if (a == 12)
- a=0;
-
//FIXME simon 1 attempts repeat music track 35 in ending sequences when it should only be played once
if ((a != _last_music_played) && (a < 35)) {
_last_music_played = a;