[nexuiz-commits] r7527 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Aug 26 05:45:11 EDT 2009


Author: lordhavoc
Date: 2009-08-26 05:45:09 -0400 (Wed, 26 Aug 2009)
New Revision: 7527

Modified:
   trunk/data/qcsrc/common/constants.qh
Log:
fix compile error


Modified: trunk/data/qcsrc/common/constants.qh
===================================================================
--- trunk/data/qcsrc/common/constants.qh	2009-08-26 07:31:57 UTC (rev 7526)
+++ trunk/data/qcsrc/common/constants.qh	2009-08-26 09:45:09 UTC (rev 7527)
@@ -82,6 +82,7 @@
 const float ENT_CLIENT_RANDOMSEED = 19;
 const float ENT_CLIENT_WALL = 20;
 const float ENT_CLIENT_SPIDERBOT = 21;
+const float ENT_CLIENT_MODELEFFECT = 22;
 
 const float ENT_CLIENT_TURRET = 40;
 



More information about the nexuiz-commits mailing list