[Scummvm-cvs-logs] CVS: scummvm/sky sky.cpp,1.172,1.173

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


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

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

Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -d -r1.172 -r1.173
--- sky.cpp	9 Mar 2005 18:12:47 -0000	1.172
+++ sky.cpp	11 Mar 2005 10:56:24 -0000	1.173
@@ -446,10 +446,8 @@
 			}
 		}
 
-#ifndef __PALM_OS__
 		if (amount > 0)
 			_system->delayMillis((amount > 10) ? 10 : amount);
-#endif
 
 	} while (_system->getMillis() < start + amount);
 }





More information about the Scummvm-git-logs mailing list