diff --git a/src/p_inter.c b/src/p_inter.c index 5d71475d8..a822bd2f0 100644 --- a/src/p_inter.c +++ b/src/p_inter.c @@ -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))