From 458ad9bc8def2f7fb7f3be7c6bd7d78f84c73045 Mon Sep 17 00:00:00 2001 From: fgsfds Date: Wed, 11 Mar 2020 22:56:32 +0300 Subject: [PATCH] was this even necessary? --- src/game/g_player.pas | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/game/g_player.pas b/src/game/g_player.pas index 925f4ce..8f84ed9 100644 --- a/src/game/g_player.pas +++ b/src/game/g_player.pas @@ -3424,9 +3424,6 @@ begin end; FShellTimer := -1; - // have to do this to avoid death tremors - PreUpdate(); - if (gGameSettings.MaxLives > 0) and Srv and (gLMSRespawn = LMS_RESPAWN_NONE) then begin if FLives > 0 then FLives := FLives - 1; -- 2.29.2