Default newradius in A_SetSize

This commit is contained in:
ZippeyKeys12 2018-03-30 18:06:46 -05:00
commit 0441994106
2 changed files with 2 additions and 2 deletions

View file

@ -6765,7 +6765,7 @@ DEFINE_ACTION_FUNCTION(AActor, A_CheckTerrain)
DEFINE_ACTION_FUNCTION(AActor, A_SetSize)
{
PARAM_SELF_PROLOGUE(AActor);
PARAM_FLOAT(newradius);
PARAM_FLOAT_DEF(newradius);
PARAM_FLOAT_DEF(newheight);
PARAM_BOOL_DEF(testpos);