Merge pull request #545 from MajorCooke/facefix

A_Face Fix
This commit is contained in:
coelckers 2016-02-07 11:49:19 +01:00
commit f2f65d7f31
1 changed files with 1 additions and 2 deletions

View File

@ -2846,7 +2846,6 @@ 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;
}