TWEAK: Restoration menu dupliacation (#350)

This commit is contained in:
PurpleHato
2024-05-22 09:05:04 -05:00
committed by Garrett Cox
parent df1976cd36
commit 524a2ebbe0
+3 -8
View File
@@ -356,14 +356,6 @@ void DrawEnhancementsMenu() {
ImGui::EndMenu();
}
if (UIWidgets::BeginMenu("Restorations")) {
UIWidgets::CVarCheckbox("Power Crouch Stab", "gEnhancements.Restorations.PowerCrouchStab", {
.tooltip = "Crouch stabs will use the power of Link's previous melee attack, as is in MM JP 1.0 and OOT."
});
ImGui::EndMenu();
}
if (UIWidgets::BeginMenu("Graphics")) {
MotionBlur_RenderMenuOptions();
ImGui::SeparatorText("Other");
@@ -401,6 +393,9 @@ void DrawEnhancementsMenu() {
}
if (UIWidgets::BeginMenu("Restorations")) {
UIWidgets::CVarCheckbox("Power Crouch Stab", "gEnhancements.Restorations.PowerCrouchStab", {
.tooltip = "Crouch stabs will use the power of Link's previous melee attack, as is in MM JP 1.0 and OOT."
});
UIWidgets::CVarCheckbox("Side Rolls", "gEnhancements.Restorations.SideRoll", {
.tooltip = "Restores side rolling from OOT."
});