From 5c0939d4fd490797a4871bf86b3595a4a136c38f Mon Sep 17 00:00:00 2001 From: PurpleHato Date: Tue, 9 Aug 2022 19:00:44 +0200 Subject: [PATCH] DEL: GTG disaplying a boss key --- soh/soh/Enhancements/randomizer/randomizer_item_tracker.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/soh/soh/Enhancements/randomizer/randomizer_item_tracker.cpp b/soh/soh/Enhancements/randomizer/randomizer_item_tracker.cpp index beae02d131..0f639bd27b 100644 --- a/soh/soh/Enhancements/randomizer/randomizer_item_tracker.cpp +++ b/soh/soh/Enhancements/randomizer/randomizer_item_tracker.cpp @@ -1353,9 +1353,6 @@ void DrawFloatingDungeons(int Icon_Cells_Size, int Icon_Spacing) { ImGui::SameLine(Icon_Cells_Size * 3); ImGui::SetCursorPosX(ImGui::GetCursorPosX() + Icon_Spacing * 3); DrawDungeonItem(ITEM_COMPASS, SCENE_ICE_DOUKUTO); - ImGui::SameLine(Icon_Cells_Size * 4); - ImGui::SetCursorPosX(ImGui::GetCursorPosX() + Icon_Spacing * 4); - DrawDungeonItem(ITEM_KEY_BOSS, SCENE_MEN); ImGui::SameLine(Icon_Cells_Size * 5); ImGui::SetCursorPosX(ImGui::GetCursorPosX() + Icon_Spacing * 5); DrawDungeonItem(ITEM_KEY_BOSS, SCENE_GANONTIKA);