[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.263,1.264

Travis Howell kirben at users.sourceforge.net
Fri Jul 25 01:50:03 CEST 2003


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

Modified Files:
	simon.cpp 
Log Message:

Surprised this has not caused major problems


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -d -r1.263 -r1.264
--- simon.cpp	25 Jul 2003 06:55:05 -0000	1.263
+++ simon.cpp	25 Jul 2003 08:49:54 -0000	1.264
@@ -2078,7 +2078,7 @@
 		if (speech_id != 0 && !_subtitles)
 			return;
 
-		if (speech_id == 0)
+		if ((_game & GF_TALKIE) && (speech_id == 0))
 			o_kill_sprite_simon2(2, num_1 + 2);
 
 		talk_with_text(num_1, num_2, (const char *)string_ptr, tv->a, tv->b, tv->c);





More information about the Scummvm-git-logs mailing list