From: fgsfds Date: Wed, 11 Mar 2020 19:56:32 +0000 (+0300) Subject: was this even necessary? X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=458ad9bc8def2f7fb7f3be7c6bd7d78f84c73045 was this even necessary? --- 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;