]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/stats.qh
Merge branch 'sev/small_fixes' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / stats.qh
index 44a540b65a636540b9cfea13d0684b614d1b666a..d92977f2c5bf4ebe9878adb42be50f40d8caaba0 100644 (file)
@@ -43,9 +43,9 @@ const float STAT_GAMESTARTTIME          = 37;
 const float STAT_STRENGTH_FINISHED      = 38;
 const float STAT_INVINCIBLE_FINISHED    = 39;
 // 40 empty?
-// 41 empty?
+const float STAT_ARC_HEAT               = 41;
 const float STAT_PRESSED_KEYS           = 42;
-const float STAT_ALLOW_OLDNEXBEAM       = 43; // this stat could later contain some other bits of info, like, more server-side particle config
+const float STAT_ALLOW_OLDVORTEXBEAM    = 43; // this stat could later contain some other bits of info, like, more server-side particle config
 const float STAT_FUEL                   = 44;
 const float STAT_NB_METERSTART          = 45;
 const float STAT_SHOTORG                = 46; // compressShotOrigin
@@ -56,7 +56,7 @@ const float STAT_VORTEX_CHARGE          = 50;
 const float STAT_LAST_PICKUP            = 51;
 const float STAT_HUD                    = 52;
 const float STAT_VORTEX_CHARGEPOOL      = 53;
-const float STAT_HIT_TIME               = 54;
+const float STAT_DAMAGE_DEALT_TOTAL     = 54;
 const float STAT_TYPEHIT_TIME           = 55;
 const float STAT_LAYED_MINES            = 56;
 const float STAT_HAGAR_LOAD             = 57;