]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/stats.qh
Add support for a kill sound (still need a sound file for it)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / stats.qh
index 82398aa56b1c7d40513bdfb5e735115a0e4087ee..5816d5ad198dfe27dcb6de687e32e1e30a9f76cc 100644 (file)
@@ -125,6 +125,7 @@ REGISTER_STAT(CAPTURE_PROGRESS, float)
 REGISTER_STAT(ENTRAP_ORB, float)
 REGISTER_STAT(ENTRAP_ORB_ALPHA, float)
 REGISTER_STAT(ITEMSTIME, int, autocvar_sv_itemstime)
+REGISTER_STAT(KILL_TIME, float)
 
 #ifdef SVQC
 int autocvar_g_multijump;