[Scummvm-git-logs] scummvm master -> 7606eb139870c037cabf5d9201eac1fbb8e6da51
sev-
noreply at scummvm.org
Sat Feb 21 20:48:43 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:
7606eb1398 JANITORIAL: Fix indentation
Commit: 7606eb139870c037cabf5d9201eac1fbb8e6da51
https://github.com/scummvm/scummvm/commit/7606eb139870c037cabf5d9201eac1fbb8e6da51
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-02-21T21:48:33+01:00
Commit Message:
JANITORIAL: Fix indentation
Changed paths:
engines/titanic/metaengine.cpp
diff --git a/engines/titanic/metaengine.cpp b/engines/titanic/metaengine.cpp
index c9ff716bf92..424a0cd029c 100644
--- a/engines/titanic/metaengine.cpp
+++ b/engines/titanic/metaengine.cpp
@@ -384,7 +384,7 @@ Common::KeymapArray TitanicMetaEngine::initKeymaps(const char *target) const {
act = new Action("MBACKWARD", _("Move backwards"));
act->setCustomEngineActionEvent(kActionMovementBackwards);
act->addDefaultInputMapping("DOWN");
- act->addDefaultInputMapping("JOY_DOWN");
+ act->addDefaultInputMapping("JOY_DOWN");
movementKeymap->addAction(act);
act = new Action("MLEFT", _("Move left"));
More information about the Scummvm-git-logs
mailing list