summaryrefslogtreecommitdiff
path: root/src/hexen/p_spec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/p_spec.c')
-rw-r--r--src/hexen/p_spec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hexen/p_spec.c b/src/hexen/p_spec.c
index f7a820ca..eb221438 100644
--- a/src/hexen/p_spec.c
+++ b/src/hexen/p_spec.c
@@ -680,7 +680,7 @@ boolean P_ExecuteLineSpecial(int special, byte * args, line_t * line,
case 72: // Thrust Mobj
if (!side) // Only thrust on side 0
{
- P_ThrustMobj(mo, args[0] * (ANGLE_90 / 64),
+ P_ThrustMobj(mo, args[0] * (ANG90 / 64),
args[1] << FRACBITS);
buttonSuccess = 1;
}