From c1ab333b27522408931b6fd133f26339c4ccf995 Mon Sep 17 00:00:00 2001 From: AJ Martinez Date: Tue, 12 Sep 2023 04:19:57 -0700 Subject: [PATCH] Anti farming: having a stroke and can't read GitLab UI --- src/p_inter.c | 1 - 1 file changed, 1 deletion(-) 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))