Fixed A_CopySpriteFrame not working under certain circumstances.

This commit is contained in:
Major Cooke 2016-07-28 15:55:49 -05:00
parent 5907ff662d
commit 6ada8aa644

View file

@ -7202,7 +7202,7 @@ enum CPSFFlags
DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_CopySpriteFrame)
{
PARAM_SELF_PROLOGUE(AActor);
PARAM_ACTION_PROLOGUE;
PARAM_INT(from);
PARAM_INT(to);
PARAM_INT_OPT(flags) { flags = 0; }