Skip to content

Commit

Permalink
DM: Add missing return in processInput with ctrl+d
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendegúz Nagy committed Aug 26, 2016
1 parent 9b772cf commit 0eea48a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/dm/eventman.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit 0eea48a

Please sign in to comment.