[nexuiz-commits] r7664 - in branches/nexuiz-2.0: . data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Sep 6 07:43:11 EDT 2009


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

Modified:
   branches/nexuiz-2.0/.patchsets
   branches/nexuiz-2.0/data/qcsrc/client/View.qc
Log:
r7663 | div0 | 2009-09-06 07:42:06 -0400 (Sun, 06 Sep 2009) | 2 lines
do not blur crosshair in chase cam


Modified: branches/nexuiz-2.0/.patchsets
===================================================================
--- branches/nexuiz-2.0/.patchsets	2009-09-06 11:42:06 UTC (rev 7663)
+++ branches/nexuiz-2.0/.patchsets	2009-09-06 11:43:07 UTC (rev 7664)
@@ -1,2 +1,2 @@
 master = svn://svn.icculus.org/nexuiz/trunk
-revisions_applied = 1-7563,7565-7586,7589-7589,7592-7592,7595-7595,7597-7597,7601-7602,7605-7610,7612-7615,7619-7620,7623-7623,7626-7628,7644-7651,7658-7660
+revisions_applied = 1-7563,7565-7586,7589-7589,7592-7592,7595-7595,7597-7597,7601-7602,7605-7610,7612-7615,7619-7620,7623-7623,7626-7628,7644-7651,7658-7660,7663-7663

Modified: branches/nexuiz-2.0/data/qcsrc/client/View.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/client/View.qc	2009-09-06 11:42:06 UTC (rev 7663)
+++ branches/nexuiz-2.0/data/qcsrc/client/View.qc	2009-09-06 11:43:07 UTC (rev 7664)
@@ -645,7 +645,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