Patch #652194: Handling Ctrl-<key>

svn-id: r5907
This commit is contained in:
Max Horn 2002-12-11 20:56:49 +00:00
parent 6e5f8e0111
commit 89fa8addef

View File

@ -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;