From a4e59679fa0d46d9236149f69acbf0ee6fa2496b Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sat, 4 Oct 2025 13:01:24 -0400 Subject: [PATCH] Whoops forgot to change these --- src/p_saveg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/p_saveg.c b/src/p_saveg.c index 249b6f5a5..918454e95 100644 --- a/src/p_saveg.c +++ b/src/p_saveg.c @@ -788,7 +788,7 @@ static void P_NetSyncColormaps(savebuffer_t *save) WRITEINT32(save->p, exc->fadergba); #ifdef EXTRACOLORMAPLUMPS - P_WriteStringN(save->p, exc->lumpname, 9); + WRITESTRINGN(save->p, exc->lumpname, 9); #endif exc_next = exc->next; @@ -810,7 +810,7 @@ static void P_NetSyncColormaps(savebuffer_t *save) fadergba = READINT32(save->p); #ifdef EXTRACOLORMAPLUMPS - P_ReadStringN(save->p, lumpname, 9); + READSTRINGN(save->p, lumpname, 9); if (lumpname[0]) {