mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
Missed space in flags7 line.
This commit is contained in:
parent
79f6e77e2b
commit
016cc7ba96
1 changed files with 2 additions and 2 deletions
|
@ -2936,7 +2936,7 @@ bool AActor::IsOkayToAttack (AActor *link)
|
|||
if (P_CheckSight (this, link))
|
||||
{
|
||||
// AMageStaffFX2::IsOkayToAttack had an extra check here, generalized with a flag,
|
||||
// to only allow the check to succeed if the enemy was in a ~84° FOV of the player
|
||||
// to only allow the check to succeed if the enemy was in a ~84<EFBFBD> FOV of the player
|
||||
if (flags3 & MF3_SCREENSEEKER)
|
||||
{
|
||||
angle_t angle = R_PointToAngle2(Friend->x,
|
||||
|
|
Loading…
Reference in a new issue