mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
111e97e47c
1 changed files with 1 additions and 2 deletions
|
@ -2846,7 +2846,6 @@ void A_Face (AActor *self, AActor *other, angle_t max_turn, angle_t max_pitch, a
|
||||||
{
|
{
|
||||||
self->pitch = other_pitch;
|
self->pitch = other_pitch;
|
||||||
}
|
}
|
||||||
if (flags & FAF_NODISTFACTOR)
|
|
||||||
self->pitch += pitch_offset;
|
self->pitch += pitch_offset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue