diff options
Diffstat (limited to 'src/strife/p_enemy.c')
-rw-r--r-- | src/strife/p_enemy.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/strife/p_enemy.c b/src/strife/p_enemy.c index c7104a75..684d6b27 100644 --- a/src/strife/p_enemy.c +++ b/src/strife/p_enemy.c @@ -741,7 +741,6 @@ P_LookForPlayers int c; int stop; player_t* player; - sector_t* sector; angle_t an; fixed_t dist; mobj_t * master = players[actor->miscdata].mo; @@ -800,8 +799,6 @@ P_LookForPlayers return true; } - sector = actor->subsector->sector; - c = 0; // NOTE: This behavior has been changed from the Vanilla behavior, where |