- removed excess parameter from A_FadeIn.

This commit is contained in:
Christoph Oelckers 2016-11-03 14:38:18 +01:00
parent 995f01f8aa
commit 9188dc07a7

View file

@ -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)