Bandaid fix/hack for now (as proposed by jdg) for this stable

This commit is contained in:
twinaphex 2021-11-05 18:55:07 +01:00
parent 16abf22373
commit b6f66b9ee8

View File

@ -1486,14 +1486,15 @@ void D_DoomDeinit(void)
I_ShutdownNetwork();
#endif
M_SaveDefaults ();
W_ReleaseAllWads();
W_Exit();
//W_ReleaseAllWads();
U_FreeMapInfo();
I_ShutdownSound();
I_ShutdownMusic();
V_FreeScreens();
V_DestroyUnusedTrueColorPalettes();
R_FlushAllPatches();
P_Deinit();
//V_FreeScreens();
//V_DestroyUnusedTrueColorPalettes();
//R_FlushAllPatches();
//P_Deinit();
}
//