mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-27 20:28:27 +00:00
parent
6e5f8e0111
commit
89fa8addef
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user