- 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
|
|
@ -274,7 +274,7 @@ static void CHolyTailFollow (AActor *actor, fixed_t dist)
|
|||
child = actor->tracer;
|
||||
if (child)
|
||||
{
|
||||
an = actor->AngleTo(child) >> ANGLETOFINESHIFT;
|
||||
an = actor->__f_AngleTo(child) >> ANGLETOFINESHIFT;
|
||||
oldDistance = child->AproxDistance (actor);
|
||||
if (P_TryMove (child, actor->X()+FixedMul(dist, finecosine[an]),
|
||||
actor->Y()+FixedMul(dist, finesine[an]), true))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue