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 7ad20a7ec7..89a0f3e6fc 100644
--- a/engines/cine/main_loop.cpp
+++ b/engines/cine/main_loop.cpp
@@ -77,7 +77,7 @@ void manageEvents(int count) {
mouseLeft = 1;
}
break;
- case Common::KEYCODE_ESC:
+ case Common::KEYCODE_ESCAPE:
if (allowPlayerInput) {
mouseRight = 1;
}