Counter-Strike: Fix obituaries not rendering when spectating

This commit is contained in:
Marco Cawthorne 2020-08-26 03:07:17 +02:00
parent 0d700f487e
commit 641f68c6be

View file

@ -672,6 +672,7 @@ HUD_DrawSpectator(void)
{
// FIXME
Textmenu_Draw();
Obituary_Draw();
HUD_DrawTimer(1);
}