X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fscores.qh;h=377a780770300554275d3685e3e6d53e90122bb8;hb=22aaaadbb539933f8ddfc09fc04095f18c139df2;hp=646638a80ca704778f8628513a6225021c154566;hpb=7e474d576080259e21690de30778b17029b5c0f2;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);