mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Use the constant, not a magic number
This commit is contained in:
parent
3617a4320e
commit
68a9454fa3
1 changed files with 1 additions and 1 deletions
|
|
@ -991,7 +991,7 @@ static void P_LoadThings(void)
|
||||||
|| mt->type == 1702) // MT_AXISTRANSFERLINE
|
|| mt->type == 1702) // MT_AXISTRANSFERLINE
|
||||||
continue; // These were already spawned
|
continue; // These were already spawned
|
||||||
|
|
||||||
if (mt->type == 2000) // MT_RANDOMITEM
|
if (mt->type == MT_RANDOMITEM) // MT_RANDOMITEM
|
||||||
nummapboxes++;
|
nummapboxes++;
|
||||||
|
|
||||||
mt->mobj = NULL;
|
mt->mobj = NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue