1
0
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:
Marc Zinnschlag 2014-12-18 10:40:51 +01:00
parent 057d0913d6
commit 120873a66d

View File

@ -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.