Removed bit of code that'd never run.

This commit is contained in:
toasterbabe 2016-10-13 15:13:33 +01:00
parent 2d85b146ea
commit 05aefc3ede
1 changed files with 0 additions and 2 deletions

View File

@ -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)