nevermind

This commit is contained in:
Jaime Passos 2019-11-13 13:20:55 -03:00
parent 69fe096140
commit 9caf98aa0b
1 changed files with 0 additions and 8 deletions

View File

@ -6748,14 +6748,6 @@ static void P_DoNiGHTSCapsule(player_t *player)
P_SetPlayerMobjState(player->mo, S_PLAY_ROLL);
}
#ifdef ROTSPRITE
if ((player->mo->state == &states[S_PLAY_NIGHTS_PULL])
&& (player->mo->sprite2 == SPR2_NGT0))
player->mo->rollangle += ANG30;
else
player->mo->rollangle = 0;
#endif
if (G_IsSpecialStage(gamemap))
{ // In special stages, share rings. Everyone gives up theirs to the capsule player always, because we can't have any individualism here!
for (i = 0; i < MAXPLAYERS; i++)