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 f07db1c6c3..7eafa0b88e 100644
--- a/engines/cine/main_loop.cpp
+++ b/engines/cine/main_loop.cpp
@@ -119,7 +119,7 @@ void manageEvents(int count) {
}
break;
case 291: // F10
- if (allowPlayerInput && !inMenu) {
+ if (!disableSystemMenu && !inMenu) {
g_cine->makeSystemMenu();
}
break;