Added a check so that FL_CIRCLES doesn't take effect while leaving sector

This commit is contained in:
Layla Marchant 2020-12-24 15:40:19 -05:00
parent 139940e8b2
commit 1625c54ee5
No known key found for this signature in database
GPG Key ID: 52FB5C20A8336782
1 changed files with 1 additions and 1 deletions

View File

@ -1859,7 +1859,7 @@ void alien_move(Object *alien)
if (alien->owner == alien)
{
if (alien->flags & FL_CIRCLES)
if ((alien->flags & FL_CIRCLES) && (!(alien->flags & FL_LEAVESECTOR)))
{
if (alien->face == 0)
{