mirror of
https://github.com/libretro/libretro-prboom.git
synced 2024-11-26 17:50:36 +00:00
Bandaid fix/hack for now (as proposed by jdg) for this stable
This commit is contained in:
parent
16abf22373
commit
b6f66b9ee8
11
src/d_main.c
11
src/d_main.c
@ -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();
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user