mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-04-21 02:30:49 +00:00
minor cleanup to Max_Fps_f() cvar callback.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1505 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
daf5ebec2f
commit
e7648a42c9
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ Max_Fps_f -- ericw
|
|||
*/
|
||||
static void Max_Fps_f (cvar_t *var)
|
||||
{
|
||||
if (host_maxfps.value > 72)
|
||||
if (var->value > 72)
|
||||
Con_Warning ("host_maxfps above 72 breaks physics.\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue