[Scummvm-git-logs] scummvm master -> 18c8d52506f849a68503aa3a815cfbd394908570
OMGPizzaGuy
noreply at scummvm.org
Thu Jun 26 03:01:24 UTC 2025
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:
18c8d52506 ULTIIMA8: Renormalize sidestep right action description
Commit: 18c8d52506f849a68503aa3a815cfbd394908570
https://github.com/scummvm/scummvm/commit/18c8d52506f849a68503aa3a815cfbd394908570
Author: Matthew Jimenez (matthew.jimenez at outlook.com)
Date: 2025-06-25T21:59:19-05:00
Commit Message:
ULTIIMA8: Renormalize sidestep right action description
Changed paths:
engines/ultima/ultima8/metaengine.cpp
diff --git a/engines/ultima/ultima8/metaengine.cpp b/engines/ultima/ultima8/metaengine.cpp
index c59ebc39085..7e27043dc65 100644
--- a/engines/ultima/ultima8/metaengine.cpp
+++ b/engines/ultima/ultima8/metaengine.cpp
@@ -92,7 +92,7 @@ static const KeybindingRecord CRUSADER_KEYS[] = {
{ ACTION_JUMP, "JUMP", _s("Jump / Roll / Crouch"), "LCTRL", nullptr },
{ ACTION_SHORT_JUMP, "SHORT_JUMP", _s("Short jump"), "TAB", "j" },
{ ACTION_STEP_LEFT, "STEP_LEFT", _s("Sidestep left"), "DELETE", "KP7" },
- { ACTION_STEP_RIGHT, "STEP_RIGHT", _s("Sidestep Right"), "PAGEDOWN", "KP9" },
+ { ACTION_STEP_RIGHT, "STEP_RIGHT", _s("Sidestep right"), "PAGEDOWN", "KP9" },
{ ACTION_STEP_FORWARD, "STEP_FORWARD", _s("Step forward"), "HOME", "KP_DIVIDE" },
{ ACTION_STEP_BACK, "STEP_BACK", _s("Step back"), "END", "KP2" },
{ ACTION_ROLL_LEFT, "ROLL_LEFT", _s("Roll left"), "INSERT", "KP1" },
More information about the Scummvm-git-logs
mailing list