[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.349,1.350

Travis Howell kirben at users.sourceforge.net
Tue Dec 2 00:45:03 CET 2003


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

Modified Files:
	simon.cpp 
Log Message:

Add back some missing code


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -d -r1.349 -r1.350
--- simon.cpp	2 Dec 2003 08:26:32 -0000	1.349
+++ simon.cpp	2 Dec 2003 08:43:54 -0000	1.350
@@ -2103,6 +2103,9 @@
 
 	if (_speech && speech_id != 0)
 		talk_with_speech(speech_id, vga_sprite_id);
+	if ((_game & GF_SIMON2) && (_game & GF_TALKIE) && speech_id == 0)
+		o_kill_sprite_simon2(2, vga_sprite_id + 2);
+
 	if (string_ptr != NULL && (speech_id == 0 || _subtitles))
 		talk_with_text(vga_sprite_id, color, (const char *)string_ptr, tv->a, tv->b, tv->c);
 





More information about the Scummvm-git-logs mailing list