mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 09:45:32 +00:00
-> wasn't properly translated into a token
This commit is contained in:
parent
ddcbc8cd62
commit
d20e850d31
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ namespace Compiler
|
||||||
mLoc.mLiteral.clear();
|
mLoc.mLiteral.clear();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else if (std::isdigit (c) || c=='-')
|
else if (std::isdigit (c))
|
||||||
{
|
{
|
||||||
bool cont = false;
|
bool cont = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue