]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/warpzonelib/common.qc
Work around a gmqcc bug
[xonotic/xonotic-data.pk3dir.git] / qcsrc / warpzonelib / common.qc
index c1b3614c1706274893f943dffee777b99a525fff..222d667eefa6a4bc1473e55e6084cf45d7610a56 100644 (file)
@@ -263,7 +263,7 @@ void WarpZone_TraceBox_ThroughZone(vector org, vector mi, vector ma, vector end,
        sol = -1;
        frac = 0;
        i = 16;
-       for(;;)
+       for(0;;)
        {
                if(--i < 1)
                {
@@ -386,7 +386,7 @@ void WarpZone_TraceToss_ThroughZone(entity e, entity forent, entity zone, WarpZo
        }
        WarpZone_MakeAllSolid();
        i = 16;
-       for(;;)
+       for(0;;)
        {
                if(--i < 1)
                {