[Scummvm-git-logs] scummvm master -> 10c2d98a44a1d03275a411626cb7160be127e3e9

mduggan noreply at scummvm.org
Wed Jun 25 10:26:26 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:
10c2d98a44 ULTIMA8: Fix typo in sidestep right command


Commit: 10c2d98a44a1d03275a411626cb7160be127e3e9
    https://github.com/scummvm/scummvm/commit/10c2d98a44a1d03275a411626cb7160be127e3e9
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2025-06-25T20:25:31+10:00

Commit Message:
ULTIMA8: Fix typo in sidestep right command

Changed paths:
    engines/ultima/ultima8/metaengine.cpp


diff --git a/engines/ultima/ultima8/metaengine.cpp b/engines/ultima/ultima8/metaengine.cpp
index 5277ace37d3..c59ebc39085 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 Rright"), "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