[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.187,1.188
Travis Howell
kirben at users.sourceforge.net
Mon May 19 21:10:06 CEST 2003
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv26886/simon
Modified Files:
simon.cpp
Log Message:
Opps, that delay change should not have been commited
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -d -r1.187 -r1.188
--- simon.cpp 20 May 2003 04:03:21 -0000 1.187
+++ simon.cpp 20 May 2003 04:09:14 -0000 1.188
@@ -2528,7 +2528,7 @@
processSpecialKeys();
}
- delay(1);
+ delay(10);
if (_game & GF_SIMON2) {
if (_timer_1 >= 1000) {
More information about the Scummvm-git-logs
mailing list