Set SaveOverworldMap flag to true

This commit is contained in:
scawful
2024-01-30 23:57:53 -05:00
parent 788d12d307
commit 1c133d3a08
2 changed files with 1 additions and 6 deletions

View File

@@ -388,8 +388,6 @@ void MasterEditor::DrawFileMenu() {
Checkbox("Save With Change Queue",
&mutable_flags()->kSaveWithChangeQueue);
Checkbox("Use New ImGui Input", &mutable_flags()->kUseNewImGuiInput);
Checkbox("Use Classic Compression",
&mutable_flags()->kUseClassicCompression);
ImGui::EndMenu();
}