aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_external.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2010-11-19 21:25:36 +0000
committerMatthew Hoops2010-11-19 21:25:36 +0000
commit7fb352e38a8dcfb8a980c60d15b071ad1a427386 (patch)
tree4970ac0fec0bdce750a85e7a30dbeefa39c6bd61 /engines/mohawk/riven_external.cpp
parent199a1c761960f1928d8ce80d607f6eedadc67957 (diff)
downloadscummvm-rg350-7fb352e38a8dcfb8a980c60d15b071ad1a427386.tar.gz
scummvm-rg350-7fb352e38a8dcfb8a980c60d15b071ad1a427386.tar.bz2
scummvm-rg350-7fb352e38a8dcfb8a980c60d15b071ad1a427386.zip
MOHAWK: Implement an image cache system
This should greatly improve the performance in Myst (especially Myst ME, which uses the slow JPEG decoder). This should also slightly improve the Riven performance; the sliders now work a bit better. svn-id: r54388
Diffstat (limited to 'engines/mohawk/riven_external.cpp')
-rw-r--r--engines/mohawk/riven_external.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/riven_external.cpp b/engines/mohawk/riven_external.cpp
index de18509daa..704301c454 100644
--- a/engines/mohawk/riven_external.cpp
+++ b/engines/mohawk/riven_external.cpp
@@ -281,7 +281,7 @@ void RivenExternal::resetDomeSliders(uint16 bitmapId, uint16 soundId, uint16 sta
if (slidersFound) {
_vm->_sound->playSound(soundId);
drawDomeSliders(bitmapId, startHotspot);
- _vm->_system->delayMillis(10);
+ _vm->_system->delayMillis(100);
}
}
}