- Fixed: r3630 had a missing end parentheses.
- Removed A_KSpiritWeave since it was basically identical to the function CHolyWeave (besides the random number generator object) and was never exported as a native action anywhere. SVN r3631 (trunk)
This commit is contained in:
parent
93bdd58725
commit
206ffd936f
3 changed files with 8 additions and 30 deletions
|
|
@ -4208,7 +4208,7 @@ DEFINE_ACTION_FUNCTION_PARAMS(AActor, ACS_NamedExecuteWithResult)
|
|||
ACTION_PARAM_START(4);
|
||||
|
||||
ACTION_PARAM_NAME(scriptname, 0);
|
||||
ACTION_PARAM_INT(arg1, 1;
|
||||
ACTION_PARAM_INT(arg1, 1);
|
||||
ACTION_PARAM_INT(arg2, 2);
|
||||
ACTION_PARAM_INT(arg3, 3);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue