Missed space in flags7 line.

This commit is contained in:
Edward Richardson 2014-03-31 23:57:43 +13:00
parent 79f6e77e2b
commit 016cc7ba96

View file

@ -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,