mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-20 15:40:32 +00:00
another workaround for script translation messup
This commit is contained in:
parent
057d0913d6
commit
120873a66d
@ -545,7 +545,7 @@ namespace Compiler
|
||||
{
|
||||
return std::isalpha (c) || std::isdigit (c) || c=='_' ||
|
||||
/// \todo disable this when doing more stricter compiling
|
||||
c=='`' ||
|
||||
c=='`' || c=='\'' ||
|
||||
/// \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
|
||||
/// a dark alley.
|
||||
|
Loading…
x
Reference in New Issue
Block a user