stoopid bug.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4429 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-07-27 12:21:35 +00:00
parent cffad14419
commit 30c332a451
1 changed files with 1 additions and 1 deletions

View File

@ -4072,7 +4072,7 @@ double Host_Frame (double time)
maxfps = 4;
}
if (vid.isminimized && maxfps <= 0 || maxfps > 10)
if (vid.isminimized && (maxfps <= 0 || maxfps > 10))
maxfps = 10;
if (maxfps > 0