X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_player.pas;h=30a71f18306d98e7b0b79486399b0323284ee28d;hb=36fd4e713dc3cc0d54fd94085af17a77f5078e11;hp=d9dd8871a953815a003809dbeacb6d231539f1e7;hpb=6820eae460a9c99136ab5e679ffe2f6236c3540f;p=d2df-sdl.git diff --git a/src/game/g_player.pas b/src/game/g_player.pas index d9dd887..30a71f1 100644 --- a/src/game/g_player.pas +++ b/src/game/g_player.pas @@ -2766,7 +2766,7 @@ begin e_CharFont_PrintEx(gMenuSmallFont, X-16-tw, Y+32, s, _RGB(255, 0, 0)); end; - if gLMSRespawn = LMS_RESPAWN_WARMUP then + if gLMSRespawn > LMS_RESPAWN_NONE then begin s := _lc[I_GAME_WARMUP]; e_CharFont_GetSize(gMenuFont, s, tw, th);