X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fscores.qh;h=377a780770300554275d3685e3e6d53e90122bb8;hp=646638a80ca704778f8628513a6225021c154566;hb=e0012447bfce1b551df3dc01b043655aa93dafad;hpb=050fb0011ae5fb2b36c7c7f3d560f9453807a8ab diff --git a/qcsrc/common/scores.qh b/qcsrc/common/scores.qh index 646638a80c..377a780770 100644 --- a/qcsrc/common/scores.qh +++ b/qcsrc/common/scores.qh @@ -34,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);