From 3c70d7b999031c590d03c3f7db9c91858e87bbe2 Mon Sep 17 00:00:00 2001 From: GenericHeroGuy Date: Fri, 17 Jan 2025 17:34:24 +0100 Subject: [PATCH] Bandaid fix for player setup menu --- src/d_main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/d_main.cpp b/src/d_main.cpp index 63bd11bea..5768fb544 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -1506,6 +1506,9 @@ void D_SRB2Main(void) #endif //ifndef DEVELOP + // now do it again for the SOC colors in main.pk3! + M_InitPlayerSetupColors(); + // Do it before P_InitMapData because PNG patch // conversion sometimes needs the palette V_ReloadPalette();