[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.383,1.384

Travis Howell kirben at users.sourceforge.net
Sat Dec 20 00:24:03 CET 2003


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

Modified Files:
	simon.cpp 
Log Message:

Correction


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -d -r1.383 -r1.384
--- simon.cpp	20 Dec 2003 06:39:24 -0000	1.383
+++ simon.cpp	20 Dec 2003 08:23:31 -0000	1.384
@@ -4069,7 +4069,7 @@
 	uint height;
 
 	// FIXME: Shows Dwarf Song subtitles in Dwarf Mine under simon1dos
-	if ((_game == GAME_SIMON1DOS) && (vga_sprite_id >= 100))
+	if (!(_game & GF_SIMON2) && !(_game & GF_TALKIE) && (vga_sprite_id >= 100))
 		vga_sprite_id -= 100;
 
 	char_buf = print_str_buf;





More information about the Scummvm-git-logs mailing list