X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fscores.qh;h=377a780770300554275d3685e3e6d53e90122bb8;hb=62d736d8c3a51baf5fa3a4265e39a2b773704a91;hp=646638a80ca704778f8628513a6225021c154566;hpb=29ba411594428929a9e9a0e0baa620210213bec7;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/scores.qh b/qcsrc/common/scores.qh index 646638a80..377a78077 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);