[Scummvm-git-logs] scummvm branch-3-0 -> 5a1638f7dfa32ff420894aba76622ddcc6ffbdc0
sluicebox
noreply at scummvm.org
Fri Jan 2 04:26:44 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
5a1638f7df HUGO: Fix Escape key
Commit: 5a1638f7dfa32ff420894aba76622ddcc6ffbdc0
https://github.com/scummvm/scummvm/commit/5a1638f7dfa32ff420894aba76622ddcc6ffbdc0
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2026-01-01T20:26:28-08:00
Commit Message:
HUGO: Fix Escape key
Regression from fac22eeccd79f44a82d3e9bbc0a8f6371c1215cc
Changed paths:
engines/hugo/metaengine.cpp
diff --git a/engines/hugo/metaengine.cpp b/engines/hugo/metaengine.cpp
index bb842185fd0..9bb3a893e71 100644
--- a/engines/hugo/metaengine.cpp
+++ b/engines/hugo/metaengine.cpp
@@ -185,7 +185,7 @@ Common::KeymapArray HugoMetaEngine::initKeymaps(const char *target) const {
act = new Action("ESC", _("Escape"));
act->setCustomEngineActionEvent(kActionEscape);
- act->addDefaultInputMapping("Escape");
+ act->addDefaultInputMapping("ESCAPE");
act->addDefaultInputMapping("JOY_BACK");
engineKeyMap->addAction(act);
More information about the Scummvm-git-logs
mailing list