- 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
1 changed files with 0 additions and 1 deletions

View File

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