From 7a5d3ff36db18cbcf6a53530a64838ccdc3a76cb Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Tue, 2 Mar 2010 18:04:13 +0000 Subject: some corrections; remapping of M and D to Shift+D and Shift+M in editor git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2165 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Screens/UScreenSong.pas | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Game/Code/Screens/UScreenSong.pas') diff --git a/Game/Code/Screens/UScreenSong.pas b/Game/Code/Screens/UScreenSong.pas index 54dd4563..9751b042 100644 --- a/Game/Code/Screens/UScreenSong.pas +++ b/Game/Code/Screens/UScreenSong.pas @@ -1092,7 +1092,7 @@ begin TextTop[I] := AddText(Theme.Song.TextTop[I]); StaticTop := AddStatic(Theme.Song.StaticTop); - Static[StaticTop].Texture.Alpha := 0.5; + Static[StaticTop].Texture.Alpha := 0.4; //for M2-MOD-mode: TextP1 := AddText(Theme.Song.TextP1); @@ -2229,7 +2229,8 @@ begin end else MP3VolumeHandler.changed := false; - if MakeMedley or PartyMedley then + if MakeMedley or PartyMedley or + ((CatSongs.VisibleSongs > 0) and CatSongs.Song[Interaction].Main) then begin for I := 0 to 2 do Text[TextTop[I]].Visible := false; -- cgit v1.2.3