Fix Dampe Going Backwards (#5731)

* Add FixDampeGoingBackwards

* Update SohMenuEnhancements.cpp
This commit is contained in:
Pepe20129
2025-08-25 21:00:59 +02:00
committed by GitHub
parent 7b4df9bdb2
commit 9eafa852b5
5 changed files with 12 additions and 0 deletions

View File

@@ -942,6 +942,10 @@ void SohMenu::AddMenuEnhancements() {
})
.Options(CheckboxOptions().Tooltip(
"Fixes a bug where the Gravedigging Tour Heart Piece disappears if the area reloads."));
AddWidget(path, "Fix Dampé Going Backwards", WIDGET_CVAR_CHECKBOX)
.CVar(CVAR_ENHANCEMENT("FixDampeGoingBackwards"))
.Options(CheckboxOptions().Tooltip(
"Fixes Dampé going backwards in certain circumstances when the player is going backwards."));
AddWidget(path, "Fix Raised Floor Switches", WIDGET_CVAR_CHECKBOX)
.CVar(CVAR_ENHANCEMENT("FixFloorSwitches"))
.Options(CheckboxOptions().Tooltip(