mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-03 22:52:50 +00:00
Anti farming: having a stroke and can't read GitLab UI
This commit is contained in:
parent
785928c339
commit
c1ab333b27
1 changed files with 0 additions and 1 deletions
|
|
@ -389,7 +389,6 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
|
||||||
special->flags &= ~MF_SPECIAL;
|
special->flags &= ~MF_SPECIAL;
|
||||||
return;
|
return;
|
||||||
case MT_RANDOMITEM:
|
case MT_RANDOMITEM:
|
||||||
// -Wpedantic label wackness
|
|
||||||
UINT8 cheesetype = (special->flags2 & MF2_AMBUSH) ? 2 : 1;
|
UINT8 cheesetype = (special->flags2 & MF2_AMBUSH) ? 2 : 1;
|
||||||
|
|
||||||
if (!P_CanPickupItem(player, 1))
|
if (!P_CanPickupItem(player, 1))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue