mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-23 02:28:06 +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…
Add table
Reference in a new issue