summaryrefslogtreecommitdiff
path: root/StormLib/src/SFileListFile.cpp
diff options
context:
space:
mode:
authorChristopher Leggett <chris@leggett.dev>2022-10-20 22:13:08 -0400
committerGitHub <noreply@github.com>2022-10-20 22:13:08 -0400
commitf756da02e5b06b4aac2d462f943e1c980f9dcc61 (patch)
treed7059a3bdc35a8b3d18d03afdd04999ab6823a17 /StormLib/src/SFileListFile.cpp
parentf4ac37f54ae6419933c549d2ba90ac736957bd45 (diff)
Fixes a few bugs I introduced for MQ file select screen. (#1808)
* Fixes a few bugs I introduced for MQ file select screen. - MQ Saves could not be loaded while only an mq otr is present, because `requiresOriginal` was true when `gSaveContext.mqDungeonCount` was less than 12. That value only ever gets set for rando saves, so I added a check for the rando flag to that conditional. - The rando tag was not getting grayed out with the rest of the save file. - Some necessary meta info wasn't getting loaded when the randomizer CVar was off. Removed that check so that the rando save data always gets loaded during InitMeta. That way the amount of mq dungeons can be checked for validity with the loaded set of OTRs even if randomizer isn't enabled. * i not 1 Co-authored-by: briaguya <70942617+briaguya-ai@users.noreply.github.com>
Diffstat (limited to 'StormLib/src/SFileListFile.cpp')
0 files changed, 0 insertions, 0 deletions