[nexuiz-commits] r7663 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Sep 6 07:42:09 EDT 2009


Author: div0
Date: 2009-09-06 07:42:06 -0400 (Sun, 06 Sep 2009)
New Revision: 7663

Modified:
   trunk/data/qcsrc/client/View.qc
Log:
do not blur crosshair in chase cam


Modified: trunk/data/qcsrc/client/View.qc
===================================================================
--- trunk/data/qcsrc/client/View.qc	2009-09-06 11:40:50 UTC (rev 7662)
+++ trunk/data/qcsrc/client/View.qc	2009-09-06 11:42:06 UTC (rev 7663)
@@ -649,7 +649,7 @@
 				else
 					bullets = 0;
 				
-                if(shottype == SHOTTYPE_HITTEAM || (shottype == SHOTTYPE_HITOBSTRUCTION && cvar("crosshair_hittest_blur")))
+                if(shottype == SHOTTYPE_HITTEAM || (shottype == SHOTTYPE_HITOBSTRUCTION && cvar("crosshair_hittest_blur") && !cvar("chase_active")))
                 {
                     wcross_alpha *= 0.04 * 0.75;
                     for(i = -2; i <= 2; ++i)



More information about the nexuiz-commits mailing list