m_perfstats.c: Fix directive output may be truncated warning/error

Lets the game build on my end with ERRORMODE enabled
This commit is contained in:
SteelT 2023-04-12 14:11:23 -04:00
parent 6f9f3a733e
commit 8311ba8acb

View file

@ -490,7 +490,7 @@ static void M_DrawTickStats(void)
void M_DrawPerfStats(void)
{
char s[100];
char s[363];
PS_SetFrameTime();