From 609d41efce1106cdd21d3764c634794bf2024b5a Mon Sep 17 00:00:00 2001 From: Ada <60364512+GreatArgorath@users.noreply.github.com> Date: Sat, 7 May 2022 22:25:28 +0100 Subject: [PATCH] Update SohImGuiImpl.cpp --- libultraship/libultraship/SohImGuiImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libultraship/libultraship/SohImGuiImpl.cpp b/libultraship/libultraship/SohImGuiImpl.cpp index 9c8c061c4..ee315bb4f 100644 --- a/libultraship/libultraship/SohImGuiImpl.cpp +++ b/libultraship/libultraship/SohImGuiImpl.cpp @@ -587,6 +587,7 @@ namespace SohImGui { EnhancementCheckbox("Enable 3D Dropped items", "gNewDrops"); EnhancementCheckbox("Dynamic Wallet Icon", "gDynamicWalletIcon"); EnhancementCheckbox("Always show dungeon entrances", "gAlwaysShowDungeonMinimapIcon"); + EnhancementCheckbox("SoH Splashcreen", "gSOHSplashscreen"); if (ImGui::BeginMenu("Fixes")) { EnhancementCheckbox("Fix L&R Pause menu", "gUniformLR"); @@ -605,7 +606,6 @@ namespace SohImGui { ImGui::Separator(); EnhancementCheckbox("Debug Mode", "gDebugEnabled"); - EnhancementCheckbox("Show Build Info on Title Screen", "gShowTitleInfo"); ImGui::EndMenu(); }