r4241 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Aug 29 13:10:59 EDT 2008


Author: div0
Date: 2008-08-29 13:10:59 -0400 (Fri, 29 Aug 2008)
New Revision: 4241

Modified:
   trunk/data/qcsrc/client/View.qc
Log:
thresh must be 60 (fov slider in menu)


Modified: trunk/data/qcsrc/client/View.qc
===================================================================
--- trunk/data/qcsrc/client/View.qc	2008-08-29 17:10:00 UTC (rev 4240)
+++ trunk/data/qcsrc/client/View.qc	2008-08-29 17:10:59 UTC (rev 4241)
@@ -100,7 +100,7 @@
 		PostInit();
 
 	fov = cvar("fov");
-	if(button_zoom || fov < 80)
+	if(button_zoom || fov < 60)
 	{
 		if(!zoomscript_caught)
 		{




More information about the nexuiz-commits mailing list