diff options
Diffstat (limited to 'src/strife/p_user.c')
-rw-r--r-- | src/strife/p_user.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/strife/p_user.c b/src/strife/p_user.c index 9704f788..f3580b0c 100644 --- a/src/strife/p_user.c +++ b/src/strife/p_user.c @@ -308,8 +308,6 @@ void P_DeathThink(player_t* player) if(player->pitch <= 90) player->pitch = player->pitch + 3; - - if(player->cmd.buttons & BT_USE) player->playerstate = PST_REBORN; } |