- converted more Heretic actors.

This commit is contained in:
Christoph Oelckers 2016-10-17 10:07:12 +02:00
parent c623539d2d
commit c13916ea18
14 changed files with 1761 additions and 1680 deletions

View file

@ -4297,7 +4297,6 @@ FxExpression *FxFunctionCall::Resolve(FCompileContext& ctx)
// Note that for all builtins the used arguments have to be nulled in the ArgList so that they won't get deleted before they get used.
FxExpression *func = nullptr;
Printf("Resolving %s with %d args\n", MethodName.GetChars(), ArgList->Size());
switch (MethodName)
{
case NAME_Random: