From dbe444f87b85da27a37f38e80bfd540178b8dde0 Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Wed, 1 Sep 2010 14:09:58 +0000 Subject: - fix: position of player 3 and 4 in 4-player-mode on one screen in singscreen - fix: scorescreen for 4-player-mode on one screen - add: tag #CALCMEDLEY:Off => disable calculation of medley for that song - add: sorting RANDOM for party-modes - add: ShuffleMode FULL (play whole file) in fullscreen if video available - add: it possible to select the 2 songs left and right of the random selected song in party mode - add: num song in in party options (in the selected folder/playlist) - fix: dont change line in editor while playing only one line - removed option solmization from lyric option screen - add: play last sung song in party score screen - added some plugins (thx to MasterPhW) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2629 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/UParty.pas | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Game/Code/Classes/UParty.pas') diff --git a/Game/Code/Classes/UParty.pas b/Game/Code/Classes/UParty.pas index 22a4847c..a416bb4c 100644 --- a/Game/Code/Classes/UParty.pas +++ b/Game/Code/Classes/UParty.pas @@ -37,10 +37,11 @@ type function IsWinner(Player, Winner: Byte): boolean; procedure GenScores; public - Plugins: array of TPartyPlugin; - Teams: TTeamInfo; - Rounds: array of TRoundInfo; + Plugins: array of TPartyPlugin; + Teams: TTeamInfo; + Rounds: array of TRoundInfo; CurRound: Byte; + Rand3: boolean; constructor Create; @@ -131,6 +132,8 @@ begin //Set cur Round to Round 1 CurRound := 255; + Rand3 := true; + //Set Rounds NumMedleys := 0; If (Length(Plugins) >= 1) then -- cgit v1.2.3