- scriptified Hexen's Firedemon.
This commit is contained in:
parent
213b3f1fe4
commit
49ef541513
8 changed files with 264 additions and 258 deletions
|
|
@ -449,3 +449,10 @@ void FaceMovementDirection(AActor *actor)
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
DEFINE_ACTION_FUNCTION(AActor, FaceMovementDirection)
|
||||
{
|
||||
PARAM_SELF_PROLOGUE(AActor);
|
||||
FaceMovementDirection(self);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue