X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fscores.qh;h=3ac0b03b5577dd49cf5dbb5eea7e1ad7e2fd02e6;hb=a8e4e2497120bb8b8b3600f3b48276148c83285a;hp=3f97eb5c81f34590c1b4c0880445755ce0ba7ca7;hpb=59dc0189e91131476b5716b95b5982b548d2b806;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/scores.qh b/qcsrc/server/scores.qh index 3f97eb5c8..3ac0b03b5 100644 --- a/qcsrc/server/scores.qh +++ b/qcsrc/server/scores.qh @@ -2,9 +2,6 @@ entity scores_initialized; // non-world when scores labels/rules have been set .float scores[MAX_SCORE]; .float teamscores[MAX_TEAMSCORE]; -.float scores_accumulated[MAX_SCORE]; // for player stats only -FTEQCC_YOU_SUCK_THIS_IS_NOT_UNREFERENCED(scores_accumulated); - /** * Attaches a PlayerScore entity to a player. Use that in ClientConnect. * Remember to detach it in ClientDisconnect!