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

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1501 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Eric Wasylishen 2017-09-13 00:04:31 +00:00
parent 45f1df6112
commit e71737d35c
1 changed files with 1 additions and 1 deletions

View File

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