- fixed: incorrect flag masking for polyobjects disabled all line portals.

This commit is contained in:
Christoph Oelckers 2016-06-29 12:13:24 +02:00
parent f8ae166281
commit 6cf96372ba
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ static void SetRotation(FLinePortal *port)
}
else
{
port->mFlags &= PORTF_POLYOBJ;
port->mFlags &= ~PORTF_POLYOBJ;
}
}
else