[Scummvm-git-logs] scummvm master -> 9bcd0cfd974d094763cae66ed95c71d4d38fdf56
alxpnv
noreply at scummvm.org
Mon Jan 23 10:43:55 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:
9bcd0cfd97 ASYLUM: fix holding Esc only dismisses one line of dialog
Commit: 9bcd0cfd974d094763cae66ed95c71d4d38fdf56
https://github.com/scummvm/scummvm/commit/9bcd0cfd974d094763cae66ed95c71d4d38fdf56
Author: alxpnv (alxpnv22 at yahoo.com)
Date: 2023-01-23T13:43:16+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