- SW: Stop music when ending game.

Fixes #205
This commit is contained in:
Christoph Oelckers 2020-08-18 20:15:06 +02:00
parent b417ad2f6d
commit 5acd7cf5e1

View file

@ -147,6 +147,7 @@ void GameInterface::DrawNativeMenuText(int fontnum, int state, double xpos, doub
void GameInterface::QuitToTitle()
{
Mus_Stop();
TerminateLevel();
currentLevel = nullptr;
M_StartControlPanel(false);