]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/constants.qh
Figured out why it crashed, time to fix the other leaks
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / constants.qh
index 2d8972befa45119a1d455d93aba0874a39d0d406..07cf482f2791cb3c59f118ddce25bbd13743f5ec 100644 (file)
@@ -176,7 +176,7 @@ const float SFL_SORT_PRIO_MASK = 12;
  * Score indices
  */
 #define MAX_SCORE 10
-const float MAX_TEAMSCORE = 2;
+#define MAX_TEAMSCORE 2
 
 const float ST_SCORE = 0;
 const float SP_KILLS = 0;