r4240 - trunk/data/qcsrc/client

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


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

Modified:
   trunk/data/qcsrc/client/View.qc
Log:
fov 80 is new threshold


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




More information about the nexuiz-commits mailing list