mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +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();
|
aim_t newtrace = Clone();
|
||||||
|
|
||||||
FLinePortal *port = li->getPortal();
|
FLinePortal *port = li->getPortal();
|
||||||
|
if (port->mType != PORTT_LINKED && (flags & ALF_PORTALRESTRICT)) return;
|
||||||
|
|
||||||
newtrace.toppitch = toppitch;
|
newtrace.toppitch = toppitch;
|
||||||
newtrace.bottompitch = bottompitch;
|
newtrace.bottompitch = bottompitch;
|
||||||
|
|
Loading…
Reference in a new issue