aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/screens/UScreenMain.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/screens/UScreenMain.pas b/src/screens/UScreenMain.pas
index 777922de..e6d98c27 100644
--- a/src/screens/UScreenMain.pas
+++ b/src/screens/UScreenMain.pas
@@ -256,6 +256,9 @@ end;
procedure TScreenMain.OnShow;
begin
inherited;
+
+ SoundLib.StartBgMusic;
+
{**
* Clean up TPartyGame here
* at the moment there is no better place for this