[Scummvm-cvs-logs] CVS: scummvm/sky control.cpp,1.89,1.90

Chris Apers chrilith at users.sourceforge.net
Fri Mar 11 02:51:46 CET 2005


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10506

Modified Files:
	control.cpp 
Log Message:
Not needed any more

Index: control.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/control.cpp,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- control.cpp	20 Feb 2005 18:33:36 -0000	1.89
+++ control.cpp	11 Mar 2005 10:51:18 -0000	1.90
@@ -1527,7 +1527,6 @@
 			}
 		}
 
-#ifndef __PALM_OS__
 		uint this_delay = 20; // 1?
 #ifdef _WIN32_WCE
 		this_delay = 10;
@@ -1536,7 +1535,7 @@
 			this_delay = amount;
 
 		if (this_delay > 0)	_system->delayMillis(this_delay);
-#endif
+
 		cur = _system->getMillis();
 	} while (cur < start + amount);
 }





More information about the Scummvm-git-logs mailing list