fix aurus memo temporarily disappearing

This commit is contained in:
gymnast86
2026-05-24 10:29:49 -07:00
parent 40f753e18b
commit 15742c71f3
+3 -2
View File
@@ -466,8 +466,9 @@ void dSv_player_item_c::setLineUpItem() {
}
#if TARGET_PC
// Allow rando to use all item slots
if (randomizer_IsActive()) {
// Allow rando to use all item slots. Need to check for active randomizer hash instead of
// randomizer being active because this gets run on file select
if (!randomizer_GetContext().mHash.empty()) {
if (mItems[7] != dItemNo_NONE_e) {
mItemSlots[slot_idx] = 7;
}