[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.121,1.122

Travis Howell kirben at users.sourceforge.net
Thu Dec 19 06:35:04 CET 2002


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

Modified Files:
	simon.cpp 
Log Message:

Add missing code


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- simon.cpp	14 Dec 2002 15:48:58 -0000	1.121
+++ simon.cpp	19 Dec 2002 14:34:26 -0000	1.122
@@ -2647,7 +2647,9 @@
 {
 	_timer_4++;
 
-	if (_lock_word & 0xC0E9 || _lock_word & 2)
+	if ((_game & GAME_SIMON2) && (_lock_word & 0x80E9 || _lock_word & 2)) {
+		return;
+	} else if (_lock_word & 0xC0E9 || _lock_word & 2)
 		return;
 
 	_timer_1++;





More information about the Scummvm-git-logs mailing list