r3895 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Jul 24 08:14:02 EDT 2008


Author: div0
Date: 2008-07-24 08:14:02 -0400 (Thu, 24 Jul 2008)
New Revision: 3895

Modified:
   trunk/data/qcsrc/common/constants.qh
Log:
oops... forgot this file


Modified: trunk/data/qcsrc/common/constants.qh
===================================================================
--- trunk/data/qcsrc/common/constants.qh	2008-07-24 10:28:23 UTC (rev 3894)
+++ trunk/data/qcsrc/common/constants.qh	2008-07-24 12:14:02 UTC (rev 3895)
@@ -26,6 +26,9 @@
 const float ENT_CLIENT = 0;
 const float ENT_CLIENT_DEAD = 1;
 const float ENT_CLIENT_ENTCS = 2;
+const float ENT_CLIENT_SCORES_INFO = 3;
+const float ENT_CLIENT_SCORES = 4;
+const float ENT_CLIENT_TEAMSCORES = 5;
 
 ///////////////////////////
 // key constants




More information about the nexuiz-commits mailing list