]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_particles.c
changed COM_ParseToken_Simple to have a parsebackslash option, usually
[xonotic/darkplaces.git] / cl_particles.c
index ad30b92e884ee7130752e91394fc7b6699fae9ff..0a24cf75aacf7fc667eac81fda9e4e30a93d3457 100644 (file)
@@ -209,7 +209,7 @@ void CL_Particles_ParseEffectInfo(const char *textstart, const char *textend)
                        argv[arrayindex][0] = 0;
                for (;;)
                {
-                       if (!COM_ParseToken_Simple(&text, true))
+                       if (!COM_ParseToken_Simple(&text, true, false))
                                return;
                        if (!strcmp(com_token, "\n"))
                                break;