mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-07-08 14:37:16 -04:00
Fix other hints not getting reset (#3811)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user