Client: Regular prints will now use Font_DrawText.
This commit is contained in:
parent
7048cea248
commit
a9b25c2f6f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Print_Draw(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int i = 0; i < 5; i++) {
|
for (int i = 0; i < 5; i++) {
|
||||||
drawstring(pos, pSeat->m_strPrintBuffer[i], [12,12], [1,1,1], 1.0f, 0);
|
Font_DrawText_A(pos, pSeat->m_strPrintBuffer[i], 1.0f, FONT_CON);
|
||||||
pos[1] += 14;
|
pos[1] += 14;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue