]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/common/constants.qh
Attempt to port Xonotic's multi-jump feature (previously written by me in Nexuiz)
[voretournament/voretournament.git] / data / qcsrc / common / constants.qh
index d81983aa9dceaa4e5adac1b169e5e250d7adcf00..a01cafdaa92cefc08936ad42e4ed86d4bbeec819 100644 (file)
@@ -276,15 +276,20 @@ const float STAT_FUEL = 44;
 const float STAT_NB_METERSTART = 45;\r
 const float STAT_SHOTORG = 46; // compressShotOrigin\r
 const float STAT_LEADLIMIT = 47;\r
-const float STAT_BULLETS_LOADED = 48;\r
-const float STAT_STOMACH_LOAD = 49;\r
-const float STAT_STOMACH_DIGESTING = 50;\r
-const float STAT_STOMACH_EATEN = 51;\r
+const float STAT_WINNING = 48;\r
+const float STAT_WEAPON_CLIPLOAD = 49;\r
+const float STAT_WEAPON_CLIPSIZE = 50;\r
+const float STAT_LAST_PICKUP = 51;\r
+const float STAT_VORE_LOAD = 52;\r
+const float STAT_VORE_DIGESTING = 53;\r
+const float STAT_VORE_EATEN = 54;\r
+const float STAT_VORE_CANLEAVE = 55;\r
+const float STAT_VORE_CANSWALLOW = 56;\r
 const float CTF_STATE_ATTACK = 1;\r
 const float CTF_STATE_DEFEND = 2;\r
 const float CTF_STATE_COMMANDER = 3;\r
 \r
-const float STAT_HUD = 52;\r
+const float STAT_HUD = 57;\r
 const float HUD_NORMAL = 0;\r
 \r
 // moved that here so the client knows the max.\r