- fixed CheckRange return value.

- removed the error message for multiple state blocks in DECORATE.
- added some constants for state types.
This commit is contained in:
Christoph Oelckers 2016-11-14 17:50:09 +01:00
parent ba62a86c80
commit 199e2e2f9c
5 changed files with 28 additions and 7 deletions

View file

@ -3622,7 +3622,7 @@ DEFINE_ACTION_FUNCTION_PARAMS(AActor, CheckRange)
}
}
}
ACTION_RETURN_BOOL(false);
ACTION_RETURN_BOOL(true);
}