Use Font_GetID() to query drawfont.
This commit is contained in:
parent
48b07dea81
commit
91138ec57b
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ Obituary_Draw(void)
|
||||||
int i;
|
int i;
|
||||||
vector pos;
|
vector pos;
|
||||||
vector item;
|
vector item;
|
||||||
drawfont = FONT_CON;
|
drawfont = Font_GetID(FONT_CON);
|
||||||
pos = g_hudmins + [g_hudres[0] - 18, 56];
|
pos = g_hudmins + [g_hudres[0] - 18, 56];
|
||||||
|
|
||||||
if (g_obituary_time <= 0 && g_obituary_count > 0) {
|
if (g_obituary_time <= 0 && g_obituary_count > 0) {
|
||||||
|
|
Loading…
Reference in a new issue