mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- stop all cutscenes before the ENDOOM screen.
This commit is contained in:
parent
85ba35a1f1
commit
cd31c74ecc
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ void System_M_Dim()
|
|||
|
||||
static void M_Quit()
|
||||
{
|
||||
DeleteScreenJob();
|
||||
S_StopAllChannels();
|
||||
S_StopMusic(true);
|
||||
CleanSWDrawer();
|
||||
|
|
Loading…
Reference in a new issue