aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/wintermute.cpp
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-07-16 22:16:56 +0200
committerEinar Johan Trøan Sømåen2012-07-16 22:16:56 +0200
commit2aa6fa4d58726bd81c28f1fd432b8197965644d3 (patch)
treec2eb363a66afaf292c9eff31e3cdfc11df551e4d /engines/wintermute/wintermute.cpp
parentb5de9967edba817f57704dacfe95bbfe935d7be9 (diff)
downloadscummvm-rg350-2aa6fa4d58726bd81c28f1fd432b8197965644d3.tar.gz
scummvm-rg350-2aa6fa4d58726bd81c28f1fd432b8197965644d3.tar.bz2
scummvm-rg350-2aa6fa4d58726bd81c28f1fd432b8197965644d3.zip
WINTERMUTE: Fix a few issues with the renderTicket-solution, and enable it by default.
Diffstat (limited to 'engines/wintermute/wintermute.cpp')
-rw-r--r--engines/wintermute/wintermute.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/wintermute.cpp b/engines/wintermute/wintermute.cpp
index 147234eaaf..9d1f5f731d 100644
--- a/engines/wintermute/wintermute.cpp
+++ b/engines/wintermute/wintermute.cpp
@@ -268,7 +268,7 @@ int WinterMuteEngine::messageLoop() {
uint32 time = _system->getMillis();
uint32 diff = 0;
- const uint32 maxFPS = 25;
+ const uint32 maxFPS = 60;
const uint32 frameTime = (uint32)((1.0/maxFPS) * 1000);
while (!done) {
Common::Event event;