mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- added missing handling of ALF_PORTALRESTRICT flag.
This commit is contained in:
parent
81b634a798
commit
9f805daa73
1 changed files with 1 additions and 0 deletions
|
@ -3702,6 +3702,7 @@ struct aim_t
|
|||
aim_t newtrace = Clone();
|
||||
|
||||
FLinePortal *port = li->getPortal();
|
||||
if (port->mType != PORTT_LINKED && (flags & ALF_PORTALRESTRICT)) return;
|
||||
|
||||
newtrace.toppitch = toppitch;
|
||||
newtrace.bottompitch = bottompitch;
|
||||
|
|
Loading…
Reference in a new issue