aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UPlaylist.pas
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-06-08 16:23:40 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-06-08 16:23:40 +0000
commit4131257e42ceb88fa4fb2849b5c40011e8b5635d (patch)
treec283788511d166d0ddd0cd876d0edeb3e98f3039 /Game/Code/Classes/UPlaylist.pas
parent18579e1d865dc0fbd9c179fc5d45b1fff2b9033b (diff)
downloadusdx-4131257e42ceb88fa4fb2849b5c40011e8b5635d.tar.gz
usdx-4131257e42ceb88fa4fb2849b5c40011e8b5635d.tar.xz
usdx-4131257e42ceb88fa4fb2849b5c40011e8b5635d.zip
Added ability to delete a Playlist within the Menu
Language Files updated git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@248 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Classes/UPlaylist.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/Game/Code/Classes/UPlaylist.pas b/Game/Code/Classes/UPlaylist.pas
index 55cf90ff..e3f68239 100644
--- a/Game/Code/Classes/UPlaylist.pas
+++ b/Game/Code/Classes/UPlaylist.pas
@@ -327,9 +327,11 @@ begin
if (CatSongs.CatNumShow = -3) and (Index = CurPlaylist) then
begin
ScreenSong.UnLoadDetailedCover;
+ ScreenSong.HideCatTL;
CatSongs.SetFilter('', 0);
ScreenSong.Interaction := 0;
ScreenSong.FixSelected;
+ ScreenSong.ChangeMusic;
end;
end;