[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.123,1.124

Travis Howell kirben at users.sourceforge.net
Thu Dec 19 06:46:01 CET 2002


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

Modified Files:
	simon.cpp 
Log Message:



Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- simon.cpp	19 Dec 2002 14:43:17 -0000	1.123
+++ simon.cpp	19 Dec 2002 14:45:14 -0000	1.124
@@ -2647,7 +2647,7 @@
 {
 	_timer_4++;
 
-	if (_game & GAME_SIMON2) (
+	if (_game & GAME_SIMON2) {
 		if (_lock_word & 0x80E9 || _lock_word & 2)
 		return;
 	} else if (_lock_word & 0xC0E9 || _lock_word & 2)





More information about the Scummvm-git-logs mailing list