- 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
|
|
@ -415,7 +415,7 @@ void P_MinotaurSlam (AActor *source, AActor *target)
|
|||
fixed_t thrust;
|
||||
int damage;
|
||||
|
||||
angle = source->AngleTo(target);
|
||||
angle = source->__f_AngleTo(target);
|
||||
angle >>= ANGLETOFINESHIFT;
|
||||
thrust = 16*FRACUNIT+(pr_minotaurslam()<<10);
|
||||
target->vel.x += FixedMul (thrust, finecosine[angle]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue