Anti farming: having a stroke and can't read GitLab UI

This commit is contained in:
AJ Martinez 2023-09-12 04:19:57 -07:00
parent 785928c339
commit c1ab333b27

View file

@ -389,7 +389,6 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
special->flags &= ~MF_SPECIAL;
return;
case MT_RANDOMITEM:
// -Wpedantic label wackness
UINT8 cheesetype = (special->flags2 & MF2_AMBUSH) ? 2 : 1;
if (!P_CanPickupItem(player, 1))