]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/scripting.qc
Remove for-loop workaround
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / scripting.qc
index 16a015c8df25c7b45436418579631a62aaa06a62..ead8ceac9ec5c3adba637e35df67207f6abc6391 100644 (file)
@@ -39,7 +39,7 @@ void bot_queuecommand(entity bot, string cmdstring)
                        if(cmdstr == "sound")
                        {
                                // find the LAST word
-                               for(0;;)
+                               for (;;)
                                {
                                        sp = strstrofs(parm, " ", 0);
                                        if(sp < 0)