- added missing handling of ALF_PORTALRESTRICT flag.

This commit is contained in:
Christoph Oelckers 2016-03-03 20:29:43 +01:00
parent 81b634a798
commit 9f805daa73
1 changed files with 1 additions and 0 deletions

View File

@ -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;