mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
ignore stray string argument after GetDisabled
This commit is contained in:
parent
dba6a9ebff
commit
35b27ea8cb
@ -386,6 +386,9 @@ namespace Compiler
|
||||
mExplicit.clear();
|
||||
mRefOp = false;
|
||||
|
||||
std::vector<Interpreter::Type_Code> ignore;
|
||||
parseArguments ("x", scanner, ignore);
|
||||
|
||||
mNextOperand = false;
|
||||
return true;
|
||||
}
|
||||
@ -527,6 +530,9 @@ namespace Compiler
|
||||
Generator::getDisabled (mCode, mLiterals, "");
|
||||
mOperands.push_back ('l');
|
||||
|
||||
std::vector<Interpreter::Type_Code> ignore;
|
||||
parseArguments ("x", scanner, ignore);
|
||||
|
||||
mNextOperand = false;
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user