Missed this one.

This commit is contained in:
Major Cooke 2024-02-27 18:46:38 -06:00 committed by Rachael Alexanderson
parent d71af3683a
commit 05167fd4ef

View file

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