Client: Draw chat and prints during intermission as well

This commit is contained in:
Marco Cawthorne 2022-06-02 14:37:22 -07:00
parent 1dab05fbd3
commit 18fc98d7ec
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 2 additions and 0 deletions

View File

@ -396,6 +396,8 @@ CSQC_UpdateView(float w, float h, float focus)
if (players > 1 && !VGUI_Active() && (Client_InIntermission() || (!cl.IsFakeSpectator() && cl.IsDead()))) {
Scores_Draw();
Chat_Draw();
Print_Draw();
} else if (focus == TRUE) {
GameText_Draw();
PointMessage_Draw();