From 05167fd4ef4388a511bad51b8a4304079c805424 Mon Sep 17 00:00:00 2001 From: Major Cooke Date: Tue, 27 Feb 2024 18:46:38 -0600 Subject: [PATCH] Missed this one. --- src/playsim/p_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playsim/p_map.cpp b/src/playsim/p_map.cpp index 4728af01197..e3c0e16f5f1 100644 --- a/src/playsim/p_map.cpp +++ b/src/playsim/p_map.cpp @@ -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; }