summaryrefslogtreecommitdiff
path: root/src/hexen/p_user.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/p_user.c')
-rw-r--r--src/hexen/p_user.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hexen/p_user.c b/src/hexen/p_user.c
index cc6ca8b2..2086bdd2 100644
--- a/src/hexen/p_user.c
+++ b/src/hexen/p_user.c
@@ -384,7 +384,7 @@ void P_DeathThink(player_t * player)
if (player->attacker && player->attacker != player->mo)
{ // Watch killer
dir = P_FaceMobj(player->mo, player->attacker, &delta);
- if (delta < ANGLE_1 * 10)
+ if (delta < ANG1 * 10)
{ // Looking at killer, so fade damage and poison counters
if (player->damagecount)
{
@@ -396,9 +396,9 @@ void P_DeathThink(player_t * player)
}
}
delta = delta / 8;
- if (delta > ANGLE_1 * 5)
+ if (delta > ANG1 * 5)
{
- delta = ANGLE_1 * 5;
+ delta = ANG1 * 5;
}
if (dir)
{ // Turn clockwise