[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.260.2.1,1.260.2.2

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


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

Modified Files:
      Tag: branch-0-5-0
	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.260.2.1
retrieving revision 1.260.2.2
diff -u -d -r1.260.2.1 -r1.260.2.2
--- simon.cpp	25 Jul 2003 06:54:13 -0000	1.260.2.1
+++ simon.cpp	25 Jul 2003 08:49:22 -0000	1.260.2.2
@@ -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