]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud.qc
Remove for-loop workaround
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qc
index 492b0d43505b1be1b4eae9cbc7a68eaf613486f6..e33b9b0203705e87c0895d687e609dec265492ba 100644 (file)
@@ -3779,7 +3779,7 @@ void HUD_InfoMessages(void)
                        tm = teams.sort_next;
                        if (tm)
                        {
-                               for(0; tm.sort_next; tm = tm.sort_next)
+                               for (; tm.sort_next; tm = tm.sort_next)
                                {
                                        if(!tm.team_size || tm.team == NUM_SPECTATOR)
                                                continue;