aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/main_loop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/main_loop.cpp')
-rw-r--r--engines/cine/main_loop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/main_loop.cpp b/engines/cine/main_loop.cpp
index c437033e6f..c8bc8f530d 100644
--- a/engines/cine/main_loop.cpp
+++ b/engines/cine/main_loop.cpp
@@ -106,7 +106,7 @@ void manageEvents(int count) {
break;
case 291: // F10
if (allowPlayerInput) {
- makeSystemMenu();
+ g_cine->makeSystemMenu();
}
break;
default: