[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.327,1.328

Travis Howell kirben at users.sourceforge.net
Sat Oct 25 21:12:19 CEST 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv20210/simon

Modified Files:
	simon.cpp 
Log Message:

Ooops


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.327
retrieving revision 1.328
diff -u -d -r1.327 -r1.328
--- simon.cpp	26 Oct 2003 04:03:51 -0000	1.327
+++ simon.cpp	26 Oct 2003 04:07:44 -0000	1.328
@@ -1170,8 +1170,6 @@
 		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 @@
 	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;
 





More information about the Scummvm-git-logs mailing list