summaryrefslogtreecommitdiff
path: root/mm/2s2h/DeveloperTools/SaveEditor.cpp
diff options
context:
space:
mode:
authorGarrett Cox <garrettjcox@gmail.com>2024-10-06 00:19:29 -0500
committerGarrett Cox <garrettjcox@gmail.com>2024-10-06 00:19:29 -0500
commitab30ca1617c12cf2e192d339af1269332976278c (patch)
treec22612397c6d0a8325be224de412ca8a819d6ffe /mm/2s2h/DeveloperTools/SaveEditor.cpp
parent79c99c0ff798967b45082645d04d51c430013c7a (diff)
parentda793a5bf2c8cbdcb6adcf904068b17d53260fb7 (diff)
Merge branch 'develop' of garrettjoecox.github.com:HarbourMasters/2ship2harkinian into develop-rando
Diffstat (limited to 'mm/2s2h/DeveloperTools/SaveEditor.cpp')
-rw-r--r--mm/2s2h/DeveloperTools/SaveEditor.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/mm/2s2h/DeveloperTools/SaveEditor.cpp b/mm/2s2h/DeveloperTools/SaveEditor.cpp
index 7da0b4605..986603e6a 100644
--- a/mm/2s2h/DeveloperTools/SaveEditor.cpp
+++ b/mm/2s2h/DeveloperTools/SaveEditor.cpp
@@ -1,6 +1,6 @@
#include "SaveEditor.h"
#include "2s2h/BenGui/UIWidgets.hpp"
-#include "2s2h/Enhancements/GameInteractor/GameInteractor.h"
+#include "2s2h/GameInteractor/GameInteractor.h"
#include "2s2h/Rando/Rando.h"
#include "interface/icon_item_dungeon_static/icon_item_dungeon_static.h"
@@ -1977,12 +1977,6 @@ void DrawFlagsTab() {
}
void SaveEditorWindow::DrawElement() {
- ImGui::SetNextWindowSize(ImVec2(480, 600), ImGuiCond_FirstUseEver);
- if (!ImGui::Begin("Save Editor", &mIsVisible, ImGuiWindowFlags_NoFocusOnAppearing)) {
- ImGui::End();
- return;
- }
-
if (ImGui::BeginTabBar("SaveContextTabBar", ImGuiTabBarFlags_NoCloseWithMiddleMouseButton)) {
if (ImGui::BeginTabItem("General")) {
DrawGeneralTab();
@@ -2026,8 +2020,6 @@ void SaveEditorWindow::DrawElement() {
ImGui::EndTabBar();
}
-
- ImGui::End();
}
const char* textureLoad[8] = { gDungeonStrayFairyWoodfallIconTex,