fix progressive items in chests on the same stage

This commit is contained in:
gymnast86
2026-05-11 14:05:23 -07:00
parent ba5a59eee2
commit 4db50d2843
+5 -1
View File
@@ -1418,7 +1418,11 @@ fpc_ProcID fopAcM_createItemForPresentDemo(cXyz const* i_pos, int i_itemNo, u8 p
fpc_ProcID fopAcM_createItemForTrBoxDemo(cXyz const* i_pos, int i_itemNo, int i_itemBitNo,
int i_roomNo, csXyz const* i_angle, cXyz const* i_scale) {
#if TARGET_PC
if (randomizer_IsActive()) {
i_itemNo = verifyProgressiveItem(i_itemNo);
}
#endif
JUT_ASSERT(3259, 0 <= i_itemNo && i_itemNo < 256);
dComIfGp_event_setGtItm(i_itemNo);