summaryrefslogtreecommitdiff
path: root/src/strife/p_pspr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_pspr.c')
-rw-r--r--src/strife/p_pspr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/p_pspr.c b/src/strife/p_pspr.c
index b4e7c1c2..a8788354 100644
--- a/src/strife/p_pspr.c
+++ b/src/strife/p_pspr.c
@@ -727,7 +727,7 @@ void A_FireMauler1(player_t* player, pspdef_t* pspr)
damage = 5*(P_Random ()%3+1);
angle = player->mo->angle;
angle += (P_Random()-P_Random())<<19;
- P_LineAttack(player->mo, angle, MISSILERANGE,
+ P_LineAttack(player->mo, angle, (2112*FRACUNIT),
bulletslope + ((P_Random()-P_Random())<<5), damage);
}
}