X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;h=07cf482f2791cb3c59f118ddce25bbd13743f5ec;hb=3b003040ea7a2b4eade4969f6c17f014e2933121;hp=2d8972befa45119a1d455d93aba0874a39d0d406;hpb=fa866734d4f5318b9c4ec597245c522bc187b966;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index 2d8972bef..07cf482f2 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -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;