From 27e61c89bb1bf6ecf98e6ad1a46f428d2cf6d580 Mon Sep 17 00:00:00 2001 From: Baoulettes Date: Sun, 1 May 2022 15:09:46 +0200 Subject: [PATCH] Added Cvar toggles --- libultraship/libultraship/SohImGuiImpl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libultraship/libultraship/SohImGuiImpl.cpp b/libultraship/libultraship/SohImGuiImpl.cpp index fb4841ee9..8df5e2a1a 100644 --- a/libultraship/libultraship/SohImGuiImpl.cpp +++ b/libultraship/libultraship/SohImGuiImpl.cpp @@ -559,6 +559,8 @@ namespace SohImGui { EnhancementCheckbox("Disable LOD", "gDisableLOD"); EnhancementCheckbox("Enable 3D Dropped items", "gNewDrops"); EnhancementCheckbox("Dynamic Wallet Icon", "gDynamicWalletIcon"); + //EnhancementCheckbox("Fix Dungeon entrances", "gFixDungeonMinimapIcon"); //This is just to show that we can toggle it on/off with that cvar + EnhancementCheckbox("Always show dungeon entrances", "gAlwaysShowDungeonMinimapIcon"); ImGui::EndMenu(); }