Add our own field for storing last entrance and other tweaks (#373)

This commit is contained in:
Garrett Cox
2024-05-22 09:05:04 -05:00
parent cd1592cff6
commit 4cb34b2153
8 changed files with 46 additions and 10 deletions
+1
View File
@@ -347,6 +347,7 @@ void DrawGeneralTab() {
}
UIWidgets::Checkbox("Has Tatl", (bool*)&gSaveContext.save.hasTatl, { .color = UIWidgets::Colors::Gray });
UIWidgets::Checkbox("Is Owl Save", (bool*)&gSaveContext.save.isOwlSave, { .color = UIWidgets::Colors::Gray });
ImGui::EndGroup();
ImGui::PopItemWidth();