mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-04-22 08:28:53 +00:00
- Fixed: the last FAF_NODISTFACTOR flag was never removed.
This commit is contained in:
parent
91149a1c02
commit
d3aae465f5
1 changed files with 1 additions and 2 deletions
|
@ -2823,8 +2823,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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue