diff --git a/src/p_enemy.cpp b/src/p_enemy.cpp index c3cba64330..1b01c33499 100644 --- a/src/p_enemy.cpp +++ b/src/p_enemy.cpp @@ -2846,8 +2846,7 @@ void A_Face (AActor *self, AActor *other, angle_t max_turn, angle_t max_pitch, a { self->pitch = other_pitch; } - if (flags & FAF_NODISTFACTOR) - self->pitch += pitch_offset; + self->pitch += pitch_offset; }