allow lines to continue with other instructions after an legit else

actorid
Marc Zinnschlag 11 years ago
parent 749136bf33
commit 2eeb0eb4f3

@ -72,7 +72,7 @@ namespace Compiler
}
else if (keyword==Scanner::K_else)
{
mState = IfElseEndState;
mState = IfElseBodyState; /// \todo should be IfElseEndState; add an option for that
}
return true;

Loading…
Cancel
Save