Revert weird windows bug.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5328 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b024a19fc8
commit
c5a89bd5d6
1 changed files with 1 additions and 1 deletions
|
@ -5724,7 +5724,7 @@ double Host_Frame (double time)
|
|||
if (sv.state && cls.state != ca_active)
|
||||
{
|
||||
maxfpsignoreserver = false;
|
||||
maxfps = cl_maxfps.ival;
|
||||
maxfps = 0;//cl_maxfps.ival;
|
||||
}
|
||||
else
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue