Kill on loops again
This commit is contained in:
parent
7d07279f2e
commit
d5af3f58ff
1 changed files with 1 additions and 3 deletions
|
|
@ -181,13 +181,11 @@ boolean P_PlayerOrbit(player_t *player)
|
|||
|
||||
// If player slows down by too much, throw them
|
||||
// out of the loop and reset them.
|
||||
// (markedfordeath will kill the player on their
|
||||
// first ground contact!)
|
||||
if (player->speed < player->mo->scale)
|
||||
{
|
||||
P_HaltPlayerOrbit(player);
|
||||
K_PlayPainSound(player->mo, NULL);
|
||||
K_SpinPlayer(player, NULL, NULL, KSPIN_SPINOUT);
|
||||
P_KillMobj(player->mo,NULL,NULL,DMG_INSTAKILL);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue