Fix bad merge conflict resolution
This commit is contained in:
@@ -261,9 +261,10 @@ void RandomizerOnFlagSetHandler(int16_t flagType, int16_t flag) {
|
||||
}
|
||||
auto loc = Rando::Context::GetInstance()->GetItemLocation(rc);
|
||||
if (rc != RC_HF_OCARINA_OF_TIME_ITEM) {
|
||||
if (loc == nullptr || loc->HasObtained() || loc->GetPlacedRandomizerGet() == RG_NONE)
|
||||
if (loc == nullptr || loc->HasObtained() || loc->GetPlacedRandomizerGet() == RG_NONE) {
|
||||
Rando::Context::GetInstance()->GetItemLocation(rc)->SetCheckStatus(RCSHOW_COLLECTED);
|
||||
return;
|
||||
return;
|
||||
}
|
||||
}
|
||||
SPDLOG_INFO("Queuing RC: {}", static_cast<uint32_t>(rc));
|
||||
randomizerQueuedChecks.push(rc);
|
||||
|
||||
Reference in New Issue
Block a user