aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UParty.pas
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Game/Code/Classes/UParty.pas4
1 files changed, 4 insertions, 0 deletions
diff --git a/Game/Code/Classes/UParty.pas b/Game/Code/Classes/UParty.pas
index b57106a5..a843c393 100644
--- a/Game/Code/Classes/UParty.pas
+++ b/Game/Code/Classes/UParty.pas
@@ -167,6 +167,10 @@ begin
Teams.Teaminfo[I].Joker := Round(NumRounds*0.7)+NumMedleys;
Teams.Teaminfo[I].Score := 0;
end;
+
+ //Reset Played-array
+ SetLength(ScreenSong.MedleyPlayed, 0);
+ SetLength(ScreenSong.PartyPlayed, 0);
end;
//----------