Fix other hints not getting reset (#3811)

This commit is contained in:
Pepper0ni 2024-01-06 16:08:06 +00:00 committed by GitHub
parent 8b8f11d72e
commit 80e6e899a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {