mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-06 04:51:30 -07:00
Change early return in CheckTrackerLoadGame to check specifically for Boss Rush instead of Not Rando. (#5634)
This commit is contained in:
parent
a9b857469e
commit
32683e2a74
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@ void SetShopSeen(uint32_t sceneNum, bool prices) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void CheckTrackerLoadGame(int32_t fileNum) {
|
void CheckTrackerLoadGame(int32_t fileNum) {
|
||||||
if (!IS_RANDO) {
|
if (IS_BOSS_RUSH) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
LoadSettings();
|
LoadSettings();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue