]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_particles.c
renamed COM_ParseTokenConsole to COM_ParseToken_Console
[xonotic/darkplaces.git] / cl_particles.c
index 0162ab2efd71fa557fcd971a30f6bcccb2b1b167..3d9523e8f492a41b26d535ce1ed9e105be9cfd47 100644 (file)
@@ -209,7 +209,7 @@ void CL_Particles_ParseEffectInfo(const char *textstart, const char *textend)
                        argv[arrayindex][0] = 0;
                for (;;)
                {
-                       if (!COM_ParseToken(&text, true))
+                       if (!COM_ParseToken_Simple(&text, true))
                                return;
                        if (!strcmp(com_token, "\n"))
                                break;