]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/scores.qc
Remove uses of Static_Team_ColorName
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / scores.qc
index 57f5e95f8fd6878951ac9d42e5ce79c7ba1dcbd2..ad00c5437d4765da3a3bc56e22e4cadd4f2558c5 100644 (file)
@@ -56,7 +56,7 @@ vector ScoreField_Compare(entity t1, entity t2, .float field, float fieldflags,
  */
 
 float TeamScore_SendEntity(entity to, float sendflags)
-{
+{SELFPARAM();
        float i, p, longflags;
 
        WriteByte(MSG_ENTITY, ENT_CLIENT_TEAMSCORES);
@@ -231,7 +231,7 @@ void ScoreInfo_Init(float teams)
  */
 
 float PlayerScore_SendEntity(entity to, float sendflags)
-{
+{SELFPARAM();
        float i, p, longflags;
 
        WriteByte(MSG_ENTITY, ENT_CLIENT_SCORES);