Added SendNetworkEvent static method to EventHandler; Fixed qualified static method call from own class (previously was 'shadowed' by qualified virtual method call)

This commit is contained in:
ZZYZX 2017-03-04 00:57:41 +02:00
parent c9a994a885
commit 3338fb7f33
4 changed files with 34 additions and 5 deletions

View file

@ -7859,6 +7859,7 @@ FxExpression *FxMemberFunctionCall::Resolve(FCompileContext& ctx)
Self = new FxSelf(ScriptPosition);
Self->ValueType = NewPointer(cls);
}
else novirtual = false;
}
}
}