diff options
-rw-r--r-- | scumm/scummvm.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 02a1d69e7c..35a7783653 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -1413,6 +1413,8 @@ void Scumm::waitForTimer(int msec_delay) { g_debugger.attach(this); else if (event.kbd.keycode=='s') resourceStats(); + else + _keyPressed = event.kbd.ascii; // Normal key press, pass on to the game. } else _keyPressed = event.kbd.ascii; // Normal key press, pass on to the game. break; |