mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-05-30 08:31:29 +00:00
- converted more Heretic actors.
This commit is contained in:
parent
c623539d2d
commit
c13916ea18
14 changed files with 1761 additions and 1680 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue