Skip to content

Commit 6539760

Browse files
committed
Fix stray reference to USE_SEPARATE_REPENTOGON_SAVE_FILES constant
1 parent b59f521 commit 6539760

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

repentogon/ImGuiFeatures/GameOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ struct GameOptionsWindow : ImGuiWindowObject {
436436
ImGui::EndTabItem();
437437
}
438438

439-
if (SaveSyncing::USE_SEPARATE_REPENTOGON_SAVE_FILES && ImGui::BeginTabItem(LANG.OPT_SAVE_MANAGEMENT)) {
439+
if (ImGui::BeginTabItem(LANG.OPT_SAVE_MANAGEMENT)) {
440440
if (ImGui::BeginTable("SaveManagement_Table", 2, ImGuiTableFlags_SizingStretchProp)) {
441441
// Save Management options/utilities that can immediately modify save data are only available on the title/save menus when no save file is loaded.
442442
const bool saveManagementAllowed = !Isaac::IsInGame() && g_MenuManager && (g_MenuManager->_selectedMenuID == 1 || g_MenuManager->_selectedMenuID == 2);

0 commit comments

Comments
 (0)