mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-01-19 21:50:48 +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_SELF_PROLOGUE(AActor);
|
||||||
PARAM_FLOAT_DEF(reduce);
|
PARAM_FLOAT_DEF(reduce);
|
||||||
PARAM_INT_DEF(flags);
|
PARAM_INT_DEF(flags);
|
||||||
PARAM_NAME_DEF(fontname);
|
|
||||||
|
|
||||||
|
|
||||||
if (reduce == 0)
|
if (reduce == 0)
|
||||||
|
|
Loading…
Reference in a new issue