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.pas7
1 files changed, 4 insertions, 3 deletions
diff --git a/Game/Code/Screens/UScreenSong.pas b/Game/Code/Screens/UScreenSong.pas
index 5e374568..be1320f2 100644
--- a/Game/Code/Screens/UScreenSong.pas
+++ b/Game/Code/Screens/UScreenSong.pas
@@ -23,8 +23,6 @@ uses
UThemes,
UTexture,
ULanguage,
- //ULCD, //TODO: maybe LCD Support as Plugin?
- //ULight, //TODO: maybe Light Support as Plugin?
USong,
UIni;
@@ -792,7 +790,6 @@ end;
procedure TScreenSong.GenerateThumbnails();
var
I: Integer;
- OldTextureLimit: integer;
CoverButtonIndex: integer;
CoverButton: TButton;
CoverName: string;
@@ -1340,6 +1337,10 @@ end;
procedure TScreenSong.onShow;
begin
inherited;
+{**
+ * Pause background music, so we can play it again on scorescreen
+ *}
+ SoundLib.PauseBgMusic;
AudioPlayback.Stop;