mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-02-18 17:41:09 +00:00
- fixed: A_Face* should not require the target to be non-null.
This commit is contained in:
parent
6a4f867c91
commit
1fc90b1ba9
1 changed files with 1 additions and 1 deletions
|
@ -3100,7 +3100,7 @@ void A_FaceTarget(AActor *self)
|
|||
DEFINE_ACTION_FUNCTION(AActor, A_Face)
|
||||
{
|
||||
PARAM_SELF_PROLOGUE(AActor);
|
||||
PARAM_OBJECT_NOT_NULL(faceto, AActor)
|
||||
PARAM_OBJECT(faceto, AActor)
|
||||
PARAM_ANGLE_DEF(max_turn)
|
||||
PARAM_ANGLE_DEF(max_pitch)
|
||||
PARAM_ANGLE_DEF(ang_offset)
|
||||
|
|
Loading…
Reference in a new issue