aboutsummaryrefslogtreecommitdiff
path: root/sword1/control.cpp
diff options
context:
space:
mode:
authorChris Apers2004-12-20 16:55:55 +0000
committerChris Apers2004-12-20 16:55:55 +0000
commit099f5de891917f433f5cdf4304bb68a9a7f479db (patch)
tree123863d9c36c2f15e5e4faba206e8744bd6e4cd1 /sword1/control.cpp
parentf9d9484d7be4fc5cd14f28e866ce35ff79a2df97 (diff)
downloadscummvm-rg350-099f5de891917f433f5cdf4304bb68a9a7f479db.tar.gz
scummvm-rg350-099f5de891917f433f5cdf4304bb68a9a7f479db.tar.bz2
scummvm-rg350-099f5de891917f433f5cdf4304bb68a9a7f479db.zip
Speedup a bit PalmOS port
svn-id: r16165
Diffstat (limited to 'sword1/control.cpp')
-rw-r--r--sword1/control.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/sword1/control.cpp b/sword1/control.cpp
index c6f68f5324..1f8ff59301 100644
--- a/sword1/control.cpp
+++ b/sword1/control.cpp
@@ -1033,7 +1033,9 @@ void Control::delay(uint32 msecs) {
break;
}
}
+#ifndef __PALM_OS__
_system->delayMillis(10);
+#endif
} while (_system->getMillis() < endTime);
}
@@ -1230,3 +1232,4 @@ const uint8 Control::_languageStrings[8 * 20][43] = {
};
} // End of namespace Sword1
+