]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/constants.qh
compromise: much faster nex charge, charge from a charge pool instead of using cells...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / constants.qh
index 4acf797b7dddfc7974315f23c4f5e506d2a7e500..b1ccf1e31b4a18304a38555b238014de857e9204 100644 (file)
@@ -310,8 +310,9 @@ const float STAT_SHOTORG = 46; // compressShotOrigin
 const float STAT_LEADLIMIT = 47;
 const float STAT_BULLETS_LOADED = 48;
 const float STAT_NEX_CHARGE = 49;
-const float    STAT_LAST_PICKUP = 50;
+const float STAT_LAST_PICKUP = 50;
 const float STAT_HUD = 51;
+const float STAT_NEX_CHARGEPOOL = 52;
 
 // see DP source, quakedef.h
 const float STAT_MOVEVARS_AIRSPEEDLIMIT_NONQW = 222;