mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- fixed: incorrect flag masking for polyobjects disabled all line portals.
This commit is contained in:
parent
f8ae166281
commit
6cf96372ba
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ static void SetRotation(FLinePortal *port)
|
|||
}
|
||||
else
|
||||
{
|
||||
port->mFlags &= PORTF_POLYOBJ;
|
||||
port->mFlags &= ~PORTF_POLYOBJ;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue