mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
------------------------------------------------------------------------
r4195 | acceptthis | 2013-02-10 17:40:18 +0000 (Sun, 10 Feb 2013) | 1 line add support for \. for frikqcc compat. ------------------------------------------------------------------------ git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4193 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b12f04e00f
commit
65b6b27a75
1 changed files with 2 additions and 0 deletions
|
@ -1277,6 +1277,8 @@ void QCC_PR_LexString (void)
|
|||
QCC_PR_ParseError(ERR_BADCHARACTERCODE, "Bad character code");
|
||||
}
|
||||
}
|
||||
else if (c == '.')
|
||||
c = 0x1c | texttype;
|
||||
else if (c == '<')
|
||||
c = 29;
|
||||
else if (c == '-')
|
||||
|
|
Loading…
Reference in a new issue