From 05aefc3edeab94a950597cc9f4901b2623715260 Mon Sep 17 00:00:00 2001 From: toasterbabe Date: Thu, 13 Oct 2016 15:13:33 +0100 Subject: [PATCH] Removed bit of code that'd never run. --- src/p_inter.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/p_inter.c b/src/p_inter.c index 811e32afe..0b2262ab7 100644 --- a/src/p_inter.c +++ b/src/p_inter.c @@ -3304,8 +3304,6 @@ void P_PlayerRingBurst(player_t *player, INT32 num_rings) for (i = 0; i < num_rings; i++) { INT32 objType = mobjinfo[MT_RING].reactiontime; - if (mariomode) - objType = mobjinfo[MT_COIN].reactiontime; z = player->mo->z; if (player->mo->eflags & MFE_VERTICALFLIP)