Skip to content

Commit 7b1d1a6

Browse files
authored
Merge pull request #151 from Caladius/develop-rando-playtest-fixes
Develop rando playtest fixes
2 parents 9d329fc + beedf80 commit 7b1d1a6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/port/Rando/CheckTracker/CheckTracker.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ void CheckTrackerWindow::Draw() {
149149
DrawCheckTrackerList();
150150
ImGui::EndChild();
151151
}
152-
153-
ImGui::End();
154152
}
155153

154+
ImGui::End();
155+
156156
ImGui::PopStyleColor(4);
157157
ImGui::PopStyleVar(1);
158158
}

src/port/Rando/Logic/GeneratePools.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ void GenerateShuffleList() {
182182
}
183183
gSaveBuffer.files[selectedFileNum][0].shipSaveData.randoSaveData.finalSeed = finalSeed;
184184

185-
if (CVarGetInteger("gRandoSettings.GenerateLog", 0)) {
185+
if (CVarGetInteger("gRandoSettings.GenerateLog", 1)) {
186186
nlohmann::json spoilerLog = Rando::Spoiler::GenerateFromPoolGeneration(shuffledPool, shuffledEntrances);
187187
if (spoilerLog.empty()) {
188188
Notification::Emit(

0 commit comments

Comments
 (0)