aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenSong.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens/UScreenSong.pas')
-rw-r--r--Game/Code/Screens/UScreenSong.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/Game/Code/Screens/UScreenSong.pas b/Game/Code/Screens/UScreenSong.pas
index 33018783..6b5792d2 100644
--- a/Game/Code/Screens/UScreenSong.pas
+++ b/Game/Code/Screens/UScreenSong.pas
@@ -3639,7 +3639,8 @@ procedure TScreenSong.StartSong;
begin
WaitHandler.changed := false;
CatSongs.Selected := Interaction;
- Music.Stop;
+ if (Music.isOpen) then
+ Music.Stop;
//Party Mode
if (Mode = smParty) or (Mode = smChallenge) then
begin