summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3bc4285)
raw | patch | inline | side by side (parent: 3bc4285)
author | Stas'M <x86corez@gmail.com> | |
Sun, 2 May 2021 22:00:55 +0000 (01:00 +0300) | ||
committer | Stas'M <x86corez@gmail.com> | |
Sun, 2 May 2021 22:00:55 +0000 (01:00 +0300) |
src/game/g_game.pas | patch | blob | history |
diff --git a/src/game/g_game.pas b/src/game/g_game.pas
index 8e3f80845b6be7acf54a4a67544da68c3b1e0c19..2fd8408553a14a0c8efa24b8a4653d9972d44c34 100644 (file)
--- a/src/game/g_game.pas
+++ b/src/game/g_game.pas
Round(gScreenHeight / 2.75)-(h div 2), MessageText);
end;
- if IsDrawStat or (gSpectMode = 1) then DrawStat();
+ if IsDrawStat or (gSpectMode = SPECT_STATS) then
+ DrawStat();
if gSpectHUD and (not gChatShow) and (gSpectMode <> SPECT_NONE) and (not gSpectAuto) then
begin