forked from teamnwah/openmw-tes3coop
another workaround for script translation messup
This commit is contained in:
parent
057d0913d6
commit
120873a66d
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ namespace Compiler
|
||||||
{
|
{
|
||||||
return std::isalpha (c) || std::isdigit (c) || c=='_' ||
|
return std::isalpha (c) || std::isdigit (c) || c=='_' ||
|
||||||
/// \todo disable this when doing more stricter compiling
|
/// \todo disable this when doing more stricter compiling
|
||||||
c=='`' ||
|
c=='`' || c=='\'' ||
|
||||||
/// \todo disable this when doing more stricter compiling. Also, find out who is
|
/// \todo disable this when doing more stricter compiling. Also, find out who is
|
||||||
/// responsible for allowing it in the first place and meet up with that person in
|
/// responsible for allowing it in the first place and meet up with that person in
|
||||||
/// a dark alley.
|
/// a dark alley.
|
||||||
|
|
Loading…
Reference in a new issue