thanks jart
This commit is contained in:
Sally Coolatta 2020-10-27 00:19:11 -04:00
parent ddee6257e7
commit a2a947db62

View file

@ -344,6 +344,8 @@ void K_RunPaperItemSpawners(void)
thinker_t *th;
mobj_t *mo;
memset(spotUsed, false, sizeof(spotUsed));
for (th = thlist[THINK_MOBJ].next; th != &thlist[THINK_MOBJ]; th = th->next)
{
if (item >= MAXITEM)