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:
parent
b18f6e37d6
commit
23fff50934
1 changed files with 1 additions and 1 deletions
|
@ -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++;
|
||||
|
|
Loading…
Reference in a new issue