[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.403,1.404

Travis Howell kirben at users.sourceforge.net
Mon Dec 29 16:38:01 CET 2003


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

Modified Files:
	simon.cpp 
Log Message:

Fix regression


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.403
retrieving revision 1.404
diff -u -d -r1.403 -r1.404
--- simon.cpp	24 Dec 2003 17:42:20 -0000	1.403
+++ simon.cpp	30 Dec 2003 00:37:00 -0000	1.404
@@ -3372,7 +3372,8 @@
 
 // ok
 void SimonEngine::fcs_unk_5(FillOrCopyStruct *fcs, uint fcs_index) {
-	o_kill_sprite_simon1(0x80);
+	if (_game & GF_WIN)
+		o_kill_sprite_simon1(0x80);
 }
 
 void SimonEngine::delete_hitarea_by_index(uint index) {





More information about the Scummvm-git-logs mailing list