r4609 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Oct 3 10:52:26 EDT 2008


Author: div0
Date: 2008-10-03 10:52:25 -0400 (Fri, 03 Oct 2008)
New Revision: 4609

Modified:
   trunk/data/qcsrc/common/constants.qh
Log:
oops :P


Modified: trunk/data/qcsrc/common/constants.qh
===================================================================
--- trunk/data/qcsrc/common/constants.qh	2008-10-03 14:51:57 UTC (rev 4608)
+++ trunk/data/qcsrc/common/constants.qh	2008-10-03 14:52:25 UTC (rev 4609)
@@ -57,7 +57,11 @@
 	const float SPRITERULE_TEAMPLAY = 1;
 
 	const float RADARICON_FLAG = 1;
-	const float RADARICON_FLAGCARRIER = 2;
+	const float RADARICON_FLAGCARRIER = 1;
+	const float RADARICON_HERE = 1; // TODO make these 3 and 4, and make images for them
+	const float RADARICON_DANGER = 1;
+	const float RADARICON_WAYPOINT = 1;
+	const float RADARICON_HELPME = 1;
 
 ///////////////////////////
 // key constants




More information about the nexuiz-commits mailing list