[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.395,1.396

Travis Howell kirben at users.sourceforge.net
Mon Dec 22 22:56:00 CET 2003


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

Modified Files:
	simon.cpp 
Log Message:

Add comment


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.395
retrieving revision 1.396
diff -u -d -r1.395 -r1.396
--- simon.cpp	23 Dec 2003 06:35:17 -0000	1.395
+++ simon.cpp	23 Dec 2003 06:55:26 -0000	1.396
@@ -3110,6 +3110,8 @@
 	_lock_word |= 2;
 
 	if (!(_lock_word & 0x10)) {
+		// We currently use this section for both Simon1 and Simon2 games
+		// since Simon2 section causes slow down for unknown reasons.
 		//if (!(_game & GF_SIMON2)) {
 			expire_vga_timers();
 			expire_vga_timers();





More information about the Scummvm-git-logs mailing list