diff options
Diffstat (limited to '')
-rw-r--r-- | src/screens/UScreenMain.pas | 3 |
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 |