X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fscores.qh;h=8a01893f1019c423927029d57b004baa8f66b88c;hb=d18cad177171d7dfcac91dd42dd0a8dcb0d6d2e9;hp=3449f2b53ee5b950b2d2916d8e593509decdece3;hpb=a6210ece94f39abfa716f2ab7629f04add0a195f;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/scores.qh b/qcsrc/common/scores.qh index 3449f2b53..8a01893f1 100644 --- a/qcsrc/common/scores.qh +++ b/qcsrc/common/scores.qh @@ -60,6 +60,13 @@ REGISTER_SP(NEXBALL_FAULTS); REGISTER_SP(ONS_CAPS); REGISTER_SP(ONS_TAKES); +REGISTER_SP(TKA_PICKUPS); +REGISTER_SP(TKA_BCTIME); +REGISTER_SP(TKA_CARRIERKILLS); + +REGISTER_SP(SURV_SURVIVALS); +REGISTER_SP(SURV_HUNTS); + REGISTER_SP(SCORE); REGISTER_SP(KILLS); REGISTER_SP(DEATHS); @@ -68,6 +75,8 @@ REGISTER_SP(SUICIDES); REGISTER_SP(DMG); REGISTER_SP(DMGTAKEN); +REGISTER_SP(ROUNDS_PL); + REGISTER_SP(ELO); // not sortable REGISTER_SP(FPS); // not sortable