mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
Removed bit of code that'd never run.
This commit is contained in:
parent
2d85b146ea
commit
05aefc3ede
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue