Client: Draw chat and prints during intermission as well
This commit is contained in:
parent
1dab05fbd3
commit
18fc98d7ec
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue