- made P_AimLineAttack work through sector portals.
Note: Test output not removed yet!
This commit is contained in:
parent
c160121f45
commit
f5fd0df077
16 changed files with 466 additions and 334 deletions
|
|
@ -245,7 +245,7 @@ DEFINE_ACTION_FUNCTION(AActor, A_FAxeAttack)
|
|||
{
|
||||
if (t.linetarget->flags3&MF3_ISMONSTER || t.linetarget->player)
|
||||
{
|
||||
P_ThrustMobj(t.linetarget, t.hitangle, power);
|
||||
P_ThrustMobj(t.linetarget, t.angleFromSource, power);
|
||||
}
|
||||
AdjustPlayerAngle(pmo, &t);
|
||||
useMana++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue