- Fixed: the last FAF_NODISTFACTOR flag was never removed.

This commit is contained in:
MajorCooke 2016-02-07 01:36:59 -06:00
parent f3ab0ff41b
commit 10fec95cd5
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}