[Scummvm-git-logs] scummvm master -> 2c88bb7c8ff32b85e383b85b1a394d6e95def5e6

yuv422 yuv422 at users.noreply.github.com
Mon Sep 7 22:51:42 UTC 2020


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:
2c88bb7c8f DRAGONS: Fix name of keymapper action


Commit: 2c88bb7c8ff32b85e383b85b1a394d6e95def5e6
    https://github.com/scummvm/scummvm/commit/2c88bb7c8ff32b85e383b85b1a394d6e95def5e6
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2020-09-08T08:51:38+10:00

Commit Message:
DRAGONS: Fix name of keymapper action

Changed paths:
    engines/dragons/detection.cpp


diff --git a/engines/dragons/detection.cpp b/engines/dragons/detection.cpp
index a056359b09..ea667d4a12 100644
--- a/engines/dragons/detection.cpp
+++ b/engines/dragons/detection.cpp
@@ -298,7 +298,7 @@ Common::KeymapArray DragonsMetaEngine::initKeymaps(const char *target) const {
 	act->addDefaultInputMapping("JOY_B");
 	engineKeyMap->addAction(act);
 
-	act = new Action("s", _("Cross"));
+	act = new Action("CROSS", _("Cross"));
 	act->setCustomEngineActionEvent(Dragons::kDragonsActionCross);
 	act->addDefaultInputMapping("s");
 	act->addDefaultInputMapping("JOY_A");




More information about the Scummvm-git-logs mailing list