mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 22:20:33 +00:00
Merge remote-tracking branch 'zelurker/scripts_unary_plus'
This commit is contained in:
commit
2158bfe285
@ -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…
x
Reference in New Issue
Block a user