mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 22:11:22 +00:00
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:
parent
45f1df6112
commit
e71737d35c
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue