[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.213,1.214

Travis Howell kirben at users.sourceforge.net
Sat May 24 06:07:04 CEST 2003


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

Modified Files:
	simon.cpp 
Log Message:

Add some extra code for simon1dos/talkie, doesn't seem to function yet though


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -d -r1.213 -r1.214
--- simon.cpp	24 May 2003 12:26:27 -0000	1.213
+++ simon.cpp	24 May 2003 13:05:56 -0000	1.214
@@ -3184,8 +3184,11 @@
 
 // ok
 void SimonState::fcs_unk_5(FillOrCopyStruct *fcs, uint fcs_index) {
-	if (!(_game & GF_SIMON2)) {
+	if (_game == GAME_SIMON1WIN) {
 		o_kill_sprite_simon1(0x80);
+	} else if (!(_game & GF_SIMON2)) {
+		o_kill_sprite_simon1(0x81);
+		start_vga_code(0, 1, 0x81, 0, 0, 0xE);
 	}
 }
 





More information about the Scummvm-git-logs mailing list