Use correct CVar name for modern menu climb speed (#833)
Some checks are pending
generate-builds / generate-2ship-otr (push) Waiting to run
generate-builds / build-macos (push) Blocked by required conditions
generate-builds / build-linux (push) Blocked by required conditions
generate-builds / build-windows (push) Blocked by required conditions

This commit is contained in:
Eblo 2024-11-10 23:19:18 -05:00 committed by GitHub
parent ad50070aba
commit b18eb6b649
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1053,7 +1053,7 @@ void AddEnhancements() {
{ "Fierce Deity Putaway", "gEnhancements.Player.FierceDeityPutaway",
"Allows Fierce Deity Link to put away his sword.", WIDGET_CVAR_CHECKBOX },
{ "Climb speed",
"gEnhancements.PlayerMovement.ClimbSpeed",
"gEnhancements.Player.ClimbSpeed",
"Increases the speed at which Link climbs vines and ladders.",
WIDGET_CVAR_SLIDER_INT,
{ 1, 5, 1 } },