aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/menu.cpp')
-rw-r--r--engines/lure/menu.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/lure/menu.cpp b/engines/lure/menu.cpp
index ff6a6f4c4b..e28e385aa3 100644
--- a/engines/lure/menu.cpp
+++ b/engines/lure/menu.cpp
@@ -103,7 +103,6 @@ uint8 Menu::execute() {
mouse.setCursorNum(CURSOR_ARROW);
system.copyRectToScreen(_menu->data(), FULL_SCREEN_WIDTH, 0, 0,
FULL_SCREEN_WIDTH, MENUBAR_Y_SIZE);
- system.updateScreen();
_selectedMenu = NULL;
_surfaceMenu = NULL;
@@ -143,7 +142,6 @@ uint8 Menu::execute() {
system.copyRectToScreen(_menu->data(), FULL_SCREEN_WIDTH, 0, 0,
FULL_SCREEN_WIDTH, MENUBAR_Y_SIZE);
- system.updateScreen();
}
}
@@ -156,6 +154,7 @@ uint8 Menu::execute() {
}
}
+ system.updateScreen();
system.delayMillis(10);
}