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