From 2fa0a5c457e0aea4edffb49aa80a04a59b6e9994 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 22 Jun 2007 21:16:07 +0000 Subject: Cleaning up after myself (I blame it on, err, uhh... the Vogons?) svn-id: r27625 --- engines/cine/main_loop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cine/main_loop.cpp') 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; } -- cgit v1.2.3