DM: Add missing return in processInput with ctrl+d
This commit is contained in:
parent
9b772cfb75
commit
0eea48a59b
1 changed files with 1 additions and 0 deletions
|
@ -533,6 +533,7 @@ Common::EventType EventManager::processInput(Common::Event *grabKey, Common::Eve
|
|||
|
||||
if (event.kbd.keycode == Common::KEYCODE_d && event.kbd.hasFlags(Common::KBD_CTRL)) {
|
||||
_vm->_console->attach();
|
||||
return Common::EVENT_INVALID;
|
||||
}
|
||||
|
||||
if (grabKey) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue