- renamed some functions and fixed a few more conversion errors.
This commit is contained in:
parent
ec3be2531a
commit
aa09cbdada
33 changed files with 83 additions and 83 deletions
|
|
@ -195,7 +195,7 @@ DEFINE_ACTION_FUNCTION(AActor, A_LightningClip)
|
|||
}
|
||||
else
|
||||
{
|
||||
self->Angles.Yaw = self->_f_AngleTo(target);
|
||||
self->Angles.Yaw = self->AngleTo(target);
|
||||
self->vel.x = 0;
|
||||
self->vel.y = 0;
|
||||
P_ThrustMobj (self, self->Angles.Yaw, self->Speed>>1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue