This did not save out properly...

This commit is contained in:
MajorCooke 2015-10-10 15:30:18 -05:00
parent 455b70630d
commit 21dc45bdec
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_JumpIfTargetInsideMeleeRange)
//========================================================================== //==========================================================================
void DoJumpIfCloser(AActor *target, DECLARE_PARAMINFO) void DoJumpIfCloser(AActor *target, DECLARE_PARAMINFO)
{ {
ACTION_PARAM_START(2); ACTION_PARAM_START(3);
ACTION_PARAM_FIXED(dist, 0); ACTION_PARAM_FIXED(dist, 0);
ACTION_PARAM_STATE(jump, 1); ACTION_PARAM_STATE(jump, 1);
ACTION_PARAM_BOOL(noz, 2); ACTION_PARAM_BOOL(noz, 2);