aboutsummaryrefslogtreecommitdiff
path: root/sword1/sword1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/sword1.cpp')
-rw-r--r--sword1/sword1.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sword1/sword1.cpp b/sword1/sword1.cpp
index de6ae15006..1b474136a6 100644
--- a/sword1/sword1.cpp
+++ b/sword1/sword1.cpp
@@ -599,8 +599,10 @@ void SwordEngine::delay(int32 amount) { //copied and mutilated from sky.cpp
break;
}
}
+#ifndef __PALM_OS__
if (amount > 0)
_system->delayMillis(10);
+#endif
} while (_system->getMillis() < start + amount);
}