X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fscores.qh;h=377a780770300554275d3685e3e6d53e90122bb8;hp=0451fd9c2e30fd02f910c5b576ae58d4bb97bd98;hb=991de5e6922cd3c283de56c3249624f0f1bfe767;hpb=71963d96e2432f053ed6048dc40f0bc51458d804 diff --git a/qcsrc/common/scores.qh b/qcsrc/common/scores.qh index 0451fd9c2e..377a780770 100644 --- a/qcsrc/common/scores.qh +++ b/qcsrc/common/scores.qh @@ -14,6 +14,7 @@ STATIC_INIT(Scores_renumber) { FOREACH(Scores, true, it.m_id = i); } * Score indices */ +// game mode specific indices are not in common/, but in server/scores_rules.qc! #ifdef GAMEQC REGISTER_SP(END); @@ -33,10 +34,13 @@ REGISTER_SP(DMGTAKEN); REGISTER_SP(KILLS); REGISTER_SP(DEATHS); REGISTER_SP(SUICIDES); +REGISTER_SP(TEAMKILLS); REGISTER_SP(FRAGS); REGISTER_SP(ELO); +REGISTER_SP(FPS); + // TODO: move to common mutators REGISTER_SP(RACE_TIME);