aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-10-26 04:07:44 +0000
committerTravis Howell2003-10-26 04:07:44 +0000
commitb051506bf1faa0a19fdb7cb97c6d59b8470d16b9 (patch)
treebab898224c32ad2d2440dfa886cf62134f21e90b /simon
parent394bb952c560a7e433a77f59fff400afde61b970 (diff)
downloadscummvm-rg350-b051506bf1faa0a19fdb7cb97c6d59b8470d16b9.tar.gz
scummvm-rg350-b051506bf1faa0a19fdb7cb97c6d59b8470d16b9.tar.bz2
scummvm-rg350-b051506bf1faa0a19fdb7cb97c6d59b8470d16b9.zip
Ooops
svn-id: r10969
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 791a7e44a2..9a6ca54726 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -1170,8 +1170,6 @@ void SimonEngine::playSting(uint a) {
return;
}
- //uint16 size = mus_file.readUint16LE();
-
mus_file.seek(a * 2, SEEK_SET);
mus_offset = mus_file.readUint16LE();
if (mus_file.ioFailed())
@@ -4015,7 +4013,7 @@ void SimonEngine::talk_with_text(uint vga_sprite_id, uint color, const char *str
uint m, n;
uint height;
- // FIXME: Shows Dwarf Song subtitles in Dwarf Mine under simon1dos/simon1talkie
+ // FIXME: Shows Dwarf Song subtitles in Dwarf Mine under simon1dos
if ((_game == GAME_SIMON1DOS) && (vga_sprite_id >= 100))
vga_sprite_id -= 100;