aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script_mr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/script_mr.cpp')
-rw-r--r--engines/kyra/script_mr.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/kyra/script_mr.cpp b/engines/kyra/script_mr.cpp
index df7e5cc522..8746ec83d7 100644
--- a/engines/kyra/script_mr.cpp
+++ b/engines/kyra/script_mr.cpp
@@ -728,7 +728,7 @@ int KyraEngine_MR::o3_daggerWarning(EMCState *script) {
int selection = 1;
_screen->hideMouse();
- _screen->copyRegionToBuffer(0, 0, 0, 320, 200, _screenBuffer);
+ _screen->copyRegionToBuffer(1, 0, 0, 320, 200, _screenBuffer);
int curPageBackUp = _screen->_curPage;
_screen->_curPage = 2;
@@ -1121,6 +1121,7 @@ int KyraEngine_MR::o3d_delay(EMCState *script) {
updateWithText();
else
update();
+
_system->delayMillis(10);
}
return 0;