]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_tetris.qc
Work around a gmqcc bug
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_tetris.qc
index f0ea33b61ee5bcad2117cd34089b7f9cfe85f35d..72e2fbda089d48683bb8297cbbca6f742a929ec2 100644 (file)
@@ -894,7 +894,7 @@ void CompletedLines()
 
        cleared = 0;
        y = TET_LINES;
-       for(;;)
+       for(0;;)
        {
                ln = GetLine(y);
                if(strstrofs(ln, "0", 0) < 0)