DM: Add missing return in processInput with ctrl+d

This commit is contained in:
Bendegúz Nagy 2016-08-10 14:44:42 +02:00
parent 9b772cfb75
commit 0eea48a59b

View file

@ -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) {