From 6f7a01614a1fc339d7d675382d6986631886fd37 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sat, 4 Oct 2025 10:01:16 -0400 Subject: [PATCH] Reinstant tracy czone in P_NetSyncTubeWaypoints --- src/p_saveg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/p_saveg.c b/src/p_saveg.c index 510813a41..cdeec4f85 100644 --- a/src/p_saveg.c +++ b/src/p_saveg.c @@ -3314,6 +3314,7 @@ static void P_NetUnArchiveWaypoints(savebuffer_t *save) static void P_NetSyncTubeWaypoints(savebuffer_t *save) { + TracyCZone(__zone, true); INT32 i, j; UINT32 mobjnum; @@ -3328,6 +3329,7 @@ static void P_NetSyncTubeWaypoints(savebuffer_t *save) tubewaypoints[i][j] = (mobjnum == 0) ? NULL : P_FindNewPosition(mobjnum); } } + TracyCZoneEnd(__zone); } // Now save the pointers, tracer and target, but at load time we must