]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/constants.qh
Remove some unused code
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / constants.qh
index 22ba6a56fe84332a222d063407a79ddb37c7bbe7..74f3da07933f06e5fe5b6b076a09010f18694058 100644 (file)
@@ -182,11 +182,8 @@ const float STAT_SECRETS_FOUND = 71;
 const float STAT_RESPAWN_TIME = 72;
 const float STAT_ROUNDSTARTTIME = 73;
 
-const float STAT_CURRENT_WAVE = 73;
-const float STAT_TOTALWAVES = 74;
-
-const float STAT_MONSTERS_TOTAL = 75;
-const float STAT_MONSTERS_KILLED = 76;
+const float STAT_MONSTERS_TOTAL = 73;
+const float STAT_MONSTERS_KILLED = 74;
 
 // mod stats (1xx)
 const float STAT_REDALIVE = 100;