- Scriptified Heretic's knight.

This commit is contained in:
Christoph Oelckers 2016-11-11 22:14:29 +01:00
commit a5f9eb5be1
7 changed files with 55 additions and 78 deletions

View file

@ -7000,7 +7000,7 @@ FxExpression *FxSequence::Resolve(FCompileContext &ctx)
{
fail = true;
}
if (Expressions[i]->ValueType == TypeError)
else if (Expressions[i]->ValueType == TypeError)
{
ScriptPosition.Message(MSG_ERROR, "Invalid statement");
fail = true;