]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/constants.qh
Merge remote-tracking branch 'origin/Mario/qc_updates' into Mario/qc_updates
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / constants.qh
index 083de41b608e22d42a7eec65b3bf5c3d8880eeac..07cf482f2791cb3c59f118ddce25bbd13743f5ec 100644 (file)
@@ -175,8 +175,8 @@ const float SFL_SORT_PRIO_MASK = 12;
 /**
  * Score indices
  */
-const float MAX_SCORE = 10;
-const float MAX_TEAMSCORE = 2;
+#define MAX_SCORE 10
+#define MAX_TEAMSCORE 2
 
 const float ST_SCORE = 0;
 const float SP_KILLS = 0;