r4242 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Aug 29 13:11:52 EDT 2008


Author: div0
Date: 2008-08-29 13:11:52 -0400 (Fri, 29 Aug 2008)
New Revision: 4242

Modified:
   trunk/data/qcsrc/client/View.qc
Log:
better save than sorry. 59.5


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




More information about the nexuiz-commits mailing list