1
0
Fork 0
forked from fte/fteqw

It's more important that we can compile Quake mods than hexen2 mods. :/ You'll have to add a space for now.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1008 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-05-08 17:05:07 +00:00
parent b18f6e37d6
commit 23fff50934

View file

@ -1540,7 +1540,7 @@ pbool QCC_PR_SimpleGetToken (void)
}
i = 0;
while ( (c = *pr_file_p) > ' ' && c != ',' && c != ';' && c != ')' && c != '(' && c != ']' && (c != '.' || pr_file_p[1] != '.'))
while ( (c = *pr_file_p) > ' ' && c != ',' && c != ';' && c != ')' && c != '(' && c != ']')
{
pr_token[i] = c;
i++;