revert updateTracker check

This commit is contained in:
gymnast86
2026-05-22 19:53:09 -07:00
parent 2cf2442dc8
commit ab007b4c44
+1 -3
View File
@@ -550,9 +550,7 @@ void execItemGet(u8 i_itemNo) {
#if TARGET_PC
if (randomizer_IsActive()) {
i_itemNo = verifyProgressiveItem(i_itemNo);
// Basic checking to not update if we pickup hearts or rupees
if (i_itemNo > 0x13)
g_randomizerState.mUpdateTracker = true;
g_randomizerState.mUpdateTracker = true;
}
#endif