]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud.qc
Reapply some changes that got lost in the previous merge commit and update code to...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qc
index 77623d5a7bd4867350ea9e43362ecc45dfd5a807..dc2efb27a2a61f1f84f10a7492687315a3972f38 100644 (file)
@@ -2718,7 +2718,7 @@ void HUD_Mod_CA(vector myPos, vector mySize)
        entity tm;
        float teams_count = 0;
        for(tm = teams.sort_next; tm; tm = tm.sort_next)
-               if(tm.team != COLOR_SPECTATOR)
+               if(tm.team != NUM_SPECTATOR)
                        ++teams_count;
 
        float layout;