forked from mirror/openmw-tes3mp
Merge remote-tracking branch 'zelurker/scripts_unary_plus'
This commit is contained in:
commit
2158bfe285
1 changed files with 5 additions and 0 deletions
|
@ -650,8 +650,13 @@ namespace Compiler
|
|||
mOperators.push_back ('m');
|
||||
mTokenLoc = loc;
|
||||
return true;
|
||||
} else if (code ==Scanner::S_plus && mNextOperand) {
|
||||
// Also unary, but +, just ignore it
|
||||
mTokenLoc = loc;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
if (code==Scanner::S_open)
|
||||
{
|
||||
if (mNextOperand)
|
||||
|
|
Loading…
Reference in a new issue