aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/screens/UScreenPartyScore.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/screens/UScreenPartyScore.pas b/src/screens/UScreenPartyScore.pas
index 32ca5db2..62c97161 100644
--- a/src/screens/UScreenPartyScore.pas
+++ b/src/screens/UScreenPartyScore.pas
@@ -316,6 +316,9 @@ begin
Statics[StaticTeam3BG].Visible := false;
Statics[StaticTeam3Deco].Visible := false;
end;
+
+ //start Background-Music
+ SoundLib.StartBgMusic;
end;
procedure TScreenPartyScore.SetAnimationProgress(Progress: real);