r4617 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Oct 3 11:31:37 EDT 2008


Author: div0
Date: 2008-10-03 11:31:37 -0400 (Fri, 03 Oct 2008)
New Revision: 4617

Modified:
   trunk/data/qcsrc/server/cl_impulse.qc
Log:
HELP ME now with a better color


Modified: trunk/data/qcsrc/server/cl_impulse.qc
===================================================================
--- trunk/data/qcsrc/server/cl_impulse.qc	2008-10-03 15:28:34 UTC (rev 4616)
+++ trunk/data/qcsrc/server/cl_impulse.qc	2008-10-03 15:31:37 UTC (rev 4617)
@@ -228,7 +228,7 @@
 				{
 					wp = WaypointSprite_Attach("helpme", TRUE);
 					if(wp)
-						WaypointSprite_UpdateTeamRadar(wp, RADARICON_HELPME, '1 1 0');
+						WaypointSprite_UpdateTeamRadar(wp, RADARICON_HELPME, '1 0.5 0'); // TODO choose better color
 					if(!wp)
 						wp = self.waypointsprite_attachedforcarrier; // flag sprite?
 					if(wp)




More information about the nexuiz-commits mailing list