X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_player.pas;h=8f84ed9d7328db4c512b6834993235cefa6e7e66;hp=925f4ce55c6926bcd969f8b52779d2dc19e05308;hb=458ad9bc8def2f7fb7f3be7c6bd7d78f84c73045;hpb=fe9a6c821bf899d3c1c3aed15d049fd741b55d35 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;