mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Fix other hints not getting reset (#3811)
This commit is contained in:
parent
8b8f11d72e
commit
80e6e899a8
1 changed files with 3 additions and 1 deletions
|
@ -249,7 +249,9 @@ void Context::LocationReset() {
|
|||
GetItemLocation(il)->RemoveFromPool();
|
||||
}
|
||||
|
||||
GetItemLocation(RC_GANONDORF_HINT)->RemoveFromPool();
|
||||
for (const RandomizerCheck il : StaticData::otherHintLocations) {
|
||||
GetItemLocation(il)->RemoveFromPool();
|
||||
}
|
||||
}
|
||||
|
||||
void Context::HintReset() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue