Bandaid fix for player setup menu

This commit is contained in:
GenericHeroGuy 2025-01-17 17:34:24 +01:00
parent ec5d7156bd
commit 3c70d7b999

View file

@ -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();