From 46b8c76804fac49912fcfb136d833da8d9138cb7 Mon Sep 17 00:00:00 2001 From: briaguya Date: Thu, 2 Jun 2022 13:16:38 -0400 Subject: [PATCH] commenting out more stuff --- libultraship/libultraship/SohImGuiImpl.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libultraship/libultraship/SohImGuiImpl.cpp b/libultraship/libultraship/SohImGuiImpl.cpp index df480af82..1d2f2c814 100644 --- a/libultraship/libultraship/SohImGuiImpl.cpp +++ b/libultraship/libultraship/SohImGuiImpl.cpp @@ -43,8 +43,8 @@ IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPAR #endif // #include "../../soh/include/randomizer/main.cpp" // #include "../../soh/include/randomizer/main.hpp" -#include "../../soh/include/randomizer/rando_main.hpp" -#include "../../soh/include/randomizer/spoiler_log.hpp" +// #include "../../soh/include/randomizer/rando_main.hpp" +// #include "../../soh/include/randomizer/spoiler_log.hpp" // #include "../../soh/soh/OTRGlobals.h" using namespace Ship; @@ -63,7 +63,7 @@ std::map DefaultAssets; std::thread randoThread; -SpoilerData gSpoilerData; +// SpoilerData gSpoilerData; namespace SohImGui {