Skip to content

Commit

Permalink
Missed this one.
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorCooke authored and madame-rachelle committed Mar 5, 2024
1 parent d71af36 commit 05167fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playsim/p_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 05167fd

Please sign in to comment.