mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-19 08:01:50 +00:00
Missed this one.
This commit is contained in:
parent
d71af3683a
commit
05167fd4ef
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ bool P_TeleportMove(AActor* thing, const DVector3 &pos, bool telefrag, bool modi
|
|||
thing->CheckSectorTransition(oldsec);
|
||||
}
|
||||
}
|
||||
thing->CallReachedNode(thing->goal);
|
||||
thing->ClearPath();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue