]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/scripting.qc
Work around a gmqcc bug
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / scripting.qc
index 1770b4c63c90deb767ad13d5d9771387d9b9eaa3..99c2ba83002c17a6e9047f072a5b4bf2c4fb3828 100644 (file)
@@ -39,7 +39,7 @@ void bot_queuecommand(entity bot, string cmdstring)
                        if(cmdstr == "sound")
                        {
                                // find the LAST word
-                               for(;;)
+                               for(0;;)
                                {
                                        sp = strstrofs(parm, " ", 0);
                                        if(sp < 0)