From 785928c339b563f7c379381e027b8c314299da87 Mon Sep 17 00:00:00 2001 From: AJ Martinez Date: Tue, 12 Sep 2023 04:14:49 -0700 Subject: [PATCH] Anti farming: push the actual fucking code please --- src/p_inter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/p_inter.c b/src/p_inter.c index a822bd2f0..5d71475d8 100644 --- a/src/p_inter.c +++ b/src/p_inter.c @@ -389,6 +389,7 @@ 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))