From 30c332a451013343421086d853262bd565892acd Mon Sep 17 00:00:00 2001
From: Spoike <acceptthis@users.sourceforge.net>
Date: Sat, 27 Jul 2013 12:21:35 +0000
Subject: [PATCH] stoopid bug.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4429 fc73d0e0-1445-4013-8a0c-d673dee63da5
---
 engine/client/cl_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/engine/client/cl_main.c b/engine/client/cl_main.c
index 0521f3ae2..e3218eee8 100644
--- a/engine/client/cl_main.c
+++ b/engine/client/cl_main.c
@@ -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