fix blank item slot

This commit is contained in:
gymnast86
2026-05-04 06:14:04 -07:00
parent 354d9b2fde
commit 18f688e4b3
+3 -1
View File
@@ -465,7 +465,9 @@ void dSv_player_item_c::setLineUpItem() {
#if TARGET_PC
// Allow rando to use all item slots
if (randomizer_IsActive()) {
mItemSlots[23] = 7;
if (mItems[7] != dItemNo_NONE_e) {
mItemSlots[slot_idx] = 7;
}
}
#endif
}