- 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
|
|
@ -308,7 +308,7 @@ bool P_Thing_Projectile (int tid, AActor *source, int type, const char *type_nam
|
|||
else
|
||||
{
|
||||
nolead:
|
||||
mobj->Angles.Yaw = mobj->_f_AngleTo(targ);
|
||||
mobj->Angles.Yaw = mobj->AngleTo(targ);
|
||||
aim.Resize (fspeed);
|
||||
mobj->vel.x = fixed_t(aim[0]);
|
||||
mobj->vel.y = fixed_t(aim[1]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue