mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-24 05:01:41 +00:00
- fixed: Visual-only portals could initiate a teleport.
This commit is contained in:
parent
448e66f19b
commit
df63dd288a
1 changed files with 1 additions and 1 deletions
|
@ -997,7 +997,7 @@ bool PIT_CheckLine(FMultiBlockLinesIterator &mit, FMultiBlockLinesIterator::Chec
|
||||||
spec.oldrefpos = tm.thing->PosRelative(ld);
|
spec.oldrefpos = tm.thing->PosRelative(ld);
|
||||||
spechit.Push(spec);
|
spechit.Push(spec);
|
||||||
}
|
}
|
||||||
if (ld->portalindex != UINT_MAX)
|
if (ld->isLinePortal())
|
||||||
{
|
{
|
||||||
spec.line = ld;
|
spec.line = ld;
|
||||||
spec.refpos = cres.position;
|
spec.refpos = cres.position;
|
||||||
|
|
Loading…
Reference in a new issue