diff options
Diffstat (limited to 'engines/cine')
-rw-r--r-- | engines/cine/main_loop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/main_loop.cpp b/engines/cine/main_loop.cpp index 19a2d8a82e..19cc848cf4 100644 --- a/engines/cine/main_loop.cpp +++ b/engines/cine/main_loop.cpp @@ -171,7 +171,7 @@ static void processEvent(Common::Event &event) { g_cine->getDebugger()->attach(); g_cine->getDebugger()->onFrame(); } - // No Break to allow fallthrough to process 'd' without CTRL + // fall through default: lastKeyStroke = event.kbd.keycode; break; |