mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- removed excess parameter from A_FadeIn.
This commit is contained in:
parent
995f01f8aa
commit
9188dc07a7
1 changed files with 0 additions and 1 deletions
|
@ -3398,7 +3398,6 @@ DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_FadeIn)
|
|||
PARAM_SELF_PROLOGUE(AActor);
|
||||
PARAM_FLOAT_DEF(reduce);
|
||||
PARAM_INT_DEF(flags);
|
||||
PARAM_NAME_DEF(fontname);
|
||||
|
||||
|
||||
if (reduce == 0)
|
||||
|
|
Loading…
Reference in a new issue