From c0cc66fd401425619c3cb095862b398466e7e2e4 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sat, 4 Oct 2025 11:40:14 -0400 Subject: [PATCH] Sync invintype --- src/p_saveg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/p_saveg.c b/src/p_saveg.c index 1ade5b888..cae76e7e5 100644 --- a/src/p_saveg.c +++ b/src/p_saveg.c @@ -5340,6 +5340,7 @@ static boolean P_NetSyncMisc(savebuffer_t *save, boolean resending) SYNCBOOLEAN(draftingactive); SYNCBOOLEAN(airdropactive); SYNC(bumpsparkactive); + SYNC(invintype); for (i = 0; i < 12; i++) {