0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-04-21 10:20:46 +00:00

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