diff options
author | Chris Apers | 2005-03-11 10:56:24 +0000 |
---|---|---|
committer | Chris Apers | 2005-03-11 10:56:24 +0000 |
commit | 365193b4473aa0e5712ffb3b605fcde8ad10ca31 (patch) | |
tree | aa4a52326202540dca1c760f0f9118910ab8205d | |
parent | bb3278a08865eb7e68f5eda23b5ddb5055bde850 (diff) | |
download | scummvm-rg350-365193b4473aa0e5712ffb3b605fcde8ad10ca31.tar.gz scummvm-rg350-365193b4473aa0e5712ffb3b605fcde8ad10ca31.tar.bz2 scummvm-rg350-365193b4473aa0e5712ffb3b605fcde8ad10ca31.zip |
Not needed any more
svn-id: r17078
-rw-r--r-- | sky/sky.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp index ad7a944b2b..b9f4895c12 100644 --- a/sky/sky.cpp +++ b/sky/sky.cpp @@ -446,10 +446,8 @@ void SkyEngine::delay(int32 amount) { } } -#ifndef __PALM_OS__ if (amount > 0) _system->delayMillis((amount > 10) ? 10 : amount); -#endif } while (_system->getMillis() < start + amount); } |