Use Font_GetID() to query drawfont.

This commit is contained in:
Marco Cawthorne 2021-11-04 22:49:05 +01:00
parent 48b07dea81
commit 91138ec57b
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ Obituary_Draw(void)
int i;
vector pos;
vector item;
drawfont = FONT_CON;
drawfont = Font_GetID(FONT_CON);
pos = g_hudmins + [g_hudres[0] - 18, 56];
if (g_obituary_time <= 0 && g_obituary_count > 0) {