]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/waypoints.qc
Remove for-loop workaround
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / waypoints.qc
index 3ce236c220b02f3e739ee45c88f352bb6251aaf1..23e7af3f9242061e5ffeadd5a0d0d924c569052d 100644 (file)
@@ -985,7 +985,7 @@ float botframe_autowaypoints_fix_from(entity p, float walkfromwp, entity wp, .en
 
        tmin = 0;
        tmax = 1;
-       for(0;;)
+       for (;;)
        {
                if(tmax - tmin < 0.001)
                {