ASYLUM: fix holding Esc only dismisses one line of dialog
Bug no. 14059
This commit is contained in:
parent
d46ce6d59c
commit
c8cab9f513
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ Common::KeymapArray AsylumMetaEngine::initKeymaps(const char *target) const {
|
|||
act->setCustomEngineActionEvent(kAsylumActionShowMenu);
|
||||
act->addDefaultInputMapping("ESCAPE");
|
||||
act->addDefaultInputMapping("JOY_Y");
|
||||
act->allowKbdRepeats();
|
||||
engineKeyMap->addAction(act);
|
||||
|
||||
act = new Action("INVENTORY", _("Open character inventory"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue