[Scummvm-git-logs] scummvm branch-2-7 -> c8cab9f51312bc004665986e344d848b87f083be

alxpnv noreply at scummvm.org
Tue Jan 24 08:04:39 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c8cab9f513 ASYLUM: fix holding Esc only dismisses one line of dialog


Commit: c8cab9f51312bc004665986e344d848b87f083be
    https://github.com/scummvm/scummvm/commit/c8cab9f51312bc004665986e344d848b87f083be
Author: alxpnv (alxpnv22 at yahoo.com)
Date: 2023-01-24T10:42:15+03:00

Commit Message:
ASYLUM: fix holding Esc only dismisses one line of dialog

Bug no. 14059

Changed paths:
    engines/asylum/metaengine.cpp


diff --git a/engines/asylum/metaengine.cpp b/engines/asylum/metaengine.cpp
index c2035f6a4d5..00ec93dfce7 100644
--- a/engines/asylum/metaengine.cpp
+++ b/engines/asylum/metaengine.cpp
@@ -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"));




More information about the Scummvm-git-logs mailing list