mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Fixes some Spoiler Parsing Bugs (#3759)
* Fixes bug causing dropped spoiler not to be parsed. * Fixes bugs with parsing enabled tricks * Fixes bugs with parsing excluded locations. * Fixes bugs parsing the Bombchu Drops setting
This commit is contained in:
parent
8cb06d2d5d
commit
dbb1e60734
7 changed files with 203 additions and 193 deletions
|
@ -16,6 +16,8 @@ namespace Rando {
|
|||
std::weak_ptr<Context> Context::mContext;
|
||||
|
||||
Context::Context() {
|
||||
StaticData::InitItemTable();
|
||||
StaticData::InitLocationTable();
|
||||
for (auto& location : StaticData::GetLocationTable()) {
|
||||
mSpoilerfileCheckNameToEnum[location.GetName()] = location.GetRandomizerCheck();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue