aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/gui_v2.cpp')
-rw-r--r--engines/kyra/gui_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/gui_v2.cpp b/engines/kyra/gui_v2.cpp
index 5ffc4d555c..300f9f116d 100644
--- a/engines/kyra/gui_v2.cpp
+++ b/engines/kyra/gui_v2.cpp
@@ -410,7 +410,7 @@ void GUI_v2::getInput() {
_isDeleteMenu = false;
}
- delay(10);
+ _vm->delay(10);
}
void GUI_v2::renewHighlight(Menu &menu) {