- 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

View file

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