mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
bruh
thanks jart
This commit is contained in:
parent
ddee6257e7
commit
a2a947db62
1 changed files with 2 additions and 0 deletions
|
|
@ -344,6 +344,8 @@ void K_RunPaperItemSpawners(void)
|
||||||
thinker_t *th;
|
thinker_t *th;
|
||||||
mobj_t *mo;
|
mobj_t *mo;
|
||||||
|
|
||||||
|
memset(spotUsed, false, sizeof(spotUsed));
|
||||||
|
|
||||||
for (th = thlist[THINK_MOBJ].next; th != &thlist[THINK_MOBJ]; th = th->next)
|
for (th = thlist[THINK_MOBJ].next; th != &thlist[THINK_MOBJ]; th = th->next)
|
||||||
{
|
{
|
||||||
if (item >= MAXITEM)
|
if (item >= MAXITEM)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue