host_maxfps: tweak warning message; > character looks weird in quake

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1501 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
ewasylishen 2017-09-13 00:04:31 +00:00
parent 11b27de75d
commit 241501f0bf

View file

@ -106,7 +106,7 @@ Max_Fps_f -- ericw
static void Max_Fps_f (cvar_t *var) static void Max_Fps_f (cvar_t *var)
{ {
if (host_maxfps.value > 72) if (host_maxfps.value > 72)
Con_Warning ("host_maxfps > 72 breaks physics.\n"); Con_Warning ("host_maxfps above 72 breaks physics.\n");
} }
/* /*