[Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.106,1.107

Travis Howell kirben at users.sourceforge.net
Tue Dec 23 02:48:01 CET 2003


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

Modified Files:
	items.cpp 
Log Message:

Add delay to help reduce cpu usage in some sections.


Index: items.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/items.cpp,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- items.cpp	20 Dec 2003 06:00:55 -0000	1.106
+++ items.cpp	23 Dec 2003 10:47:36 -0000	1.107
@@ -1100,6 +1100,7 @@
 		invalid_opcode:;
 			error("Invalid opcode '%d'", opcode);
 		}
+		delay(1);
 
 	} while (condition != flag);
 





More information about the Scummvm-git-logs mailing list