Small fix.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@884 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-02-18 02:33:01 +00:00
parent 770c199fa3
commit b8acd511de
1 changed files with 1 additions and 1 deletions

View File

@ -1020,7 +1020,7 @@ void QCC_PR_LexString (void)
continue;
}
}
else if (c == 0x74)
else if (c == 0x7C && flag_acc) //reacc support... reacc is strange.
c = '\n';
pr_token[len] = c|texttype;