]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_main.c
changed COM_ParseToken_Simple to have a parsebackslash option, usually
[xonotic/darkplaces.git] / sv_main.c
index 753c96ee5023c7a2b92413b051b6e3bb71a8362b..7b56c8fc887c2ab2155935857d3a56f633d7cd9b 100644 (file)
--- a/sv_main.c
+++ b/sv_main.c
@@ -2203,7 +2203,7 @@ int SV_ParticleEffectIndex(const char *name)
                                argc = 0;
                                for (;;)
                                {
-                                       if (!COM_ParseToken_Simple(&text, true) || !strcmp(com_token, "\n"))
+                                       if (!COM_ParseToken_Simple(&text, true, false) || !strcmp(com_token, "\n"))
                                                break;
                                        if (argc < 16)
                                        {