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:
parent
770c199fa3
commit
b8acd511de
1 changed files with 1 additions and 1 deletions
|
@ -1020,7 +1020,7 @@ void QCC_PR_LexString (void)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (c == 0x74)
|
else if (c == 0x7C && flag_acc) //reacc support... reacc is strange.
|
||||||
c = '\n';
|
c = '\n';
|
||||||
|
|
||||||
pr_token[len] = c|texttype;
|
pr_token[len] = c|texttype;
|
||||||
|
|
Loading…
Reference in a new issue