r4571 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Oct 1 13:35:22 EDT 2008


Author: div0
Date: 2008-10-01 13:35:22 -0400 (Wed, 01 Oct 2008)
New Revision: 4571

Modified:
   trunk/data/qcsrc/client/teamradar.qc
Log:
more in the team radar


Modified: trunk/data/qcsrc/client/teamradar.qc
===================================================================
--- trunk/data/qcsrc/client/teamradar.qc	2008-10-01 16:49:35 UTC (rev 4570)
+++ trunk/data/qcsrc/client/teamradar.qc	2008-10-01 17:35:22 UTC (rev 4571)
@@ -94,7 +94,7 @@
 	teamradar_angle = input_angles_y - 90;
 	teamradar_origin2d = '64 64 0';
 	teamradar_size2d = '128 128 0';
-	teamradar_scale = 1024;
+	teamradar_scale = 2048;
 
 	normalsize = teamradar_size2d_x * scale2d / teamradar_scale;
 	bigsize = teamradar_size2d_x * scale2d / max(teamradar_scale, vlen(mi_min - mi_max));




More information about the nexuiz-commits mailing list