From b051506bf1faa0a19fdb7cb97c6d59b8470d16b9 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 26 Oct 2003 04:07:44 +0000 Subject: Ooops svn-id: r10969 --- simon/simon.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'simon') 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; -- cgit v1.2.3