X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;h=29f96aa4490b527ecab33592689534fb358c16ec;hp=6c775560394259816e14622b1584cb2843b34d59;hb=3cc1e9c4a52d70b4d7097a0a584cbb391570c6e2;hpb=a8e9c14803c6ee158f8183701f8e9c8601da9983 diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index 6c7755603..29f96aa44 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -126,7 +126,7 @@ const int SFL_SORT_PRIO_MASK = 12; * Score indices */ -#ifndef MENUQC +#ifdef GAMEQC #define IS_INCREASING(x) ( (x) & SFL_LOWER_IS_BETTER ) #define IS_DECREASING(x) ( !((x) & SFL_LOWER_IS_BETTER) ) @@ -154,10 +154,9 @@ USING(PlayerScoreField, entity); REGISTER_SP(END); REGISTER_SP(PING); +REGISTER_SP(PL); REGISTER_SP(NAME); REGISTER_SP(KDRATIO); -REGISTER_SP(CLRATIO); -REGISTER_SP(PL); REGISTER_SP(SUM); REGISTER_SP(SEPARATOR); @@ -180,9 +179,9 @@ REGISTER_SP(RACE_TIME); REGISTER_SP(RACE_LAPS); REGISTER_SP(RACE_FASTEST); -REGISTER_SP(CTS_TIME); -REGISTER_SP(CTS_LAPS); -REGISTER_SP(CTS_FASTEST); +//REGISTER_SP(CTS_TIME); +//REGISTER_SP(CTS_LAPS); +//REGISTER_SP(CTS_FASTEST); REGISTER_SP(ASSAULT_OBJECTIVES);