Counter-Strike: Fix obituaries not rendering when spectating
This commit is contained in:
parent
0d700f487e
commit
641f68c6be
1 changed files with 1 additions and 0 deletions
|
@ -672,6 +672,7 @@ HUD_DrawSpectator(void)
|
|||
{
|
||||
// FIXME
|
||||
Textmenu_Draw();
|
||||
Obituary_Draw();
|
||||
|
||||
HUD_DrawTimer(1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue