From b375ef3d68d2fb375ebfe119e821ff76dd599021 Mon Sep 17 00:00:00 2001 From: jaybinks Date: Wed, 5 Mar 2008 11:17:40 +0000 Subject: made jokers in Song Selection screen hidden. Suspect that work is still required to get party mode to function correctly because an unfinished modification appears to be causing some party mode stuff to be incomplete. would be great if the author of this would finish it :) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@910 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Screens/UScreenSong.pas | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Game/Code') diff --git a/Game/Code/Screens/UScreenSong.pas b/Game/Code/Screens/UScreenSong.pas index a07ffe57..7121901b 100644 --- a/Game/Code/Screens/UScreenSong.pas +++ b/Game/Code/Screens/UScreenSong.pas @@ -1982,10 +1982,11 @@ end; procedure TScreenSong.SetJoker; begin - {//If Party Mode +// {//If Party Mode // to-do : Party if Mode = smPartyMode then //Show Joker that are available begin +(* if (PartySession.Teams.NumTeams >= 1) then begin Static[StaticTeam1Joker1].Visible := (PartySession.Teams.Teaminfo[0].Joker >= 1); @@ -2036,6 +2037,7 @@ begin Static[StaticTeam3Joker4].Visible := False; Static[StaticTeam3Joker5].Visible := False; end; +*) end else begin //Hide all @@ -2056,7 +2058,7 @@ begin Static[StaticTeam3Joker3].Visible := False; Static[StaticTeam3Joker4].Visible := False; Static[StaticTeam3Joker5].Visible := False; - end; } + end; end; procedure TScreenSong.SetStatics; -- cgit v1.2.3