0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-03-22 10:51:10 +00:00

- stop all cutscenes before the ENDOOM screen.

This commit is contained in:
Christoph Oelckers 2023-09-15 20:48:07 +02:00
parent 85ba35a1f1
commit cd31c74ecc

View file

@ -365,6 +365,7 @@ void System_M_Dim()
static void M_Quit()
{
DeleteScreenJob();
S_StopAllChannels();
S_StopMusic(true);
CleanSWDrawer();