aboutsummaryrefslogtreecommitdiffstats
path: root/Lua/src/screens/UScreenPartyScore.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Lua/src/screens/UScreenPartyScore.pas')
-rw-r--r--Lua/src/screens/UScreenPartyScore.pas7
1 files changed, 4 insertions, 3 deletions
diff --git a/Lua/src/screens/UScreenPartyScore.pas b/Lua/src/screens/UScreenPartyScore.pas
index b249a55a..7fc79ee7 100644
--- a/Lua/src/screens/UScreenPartyScore.pas
+++ b/Lua/src/screens/UScreenPartyScore.pas
@@ -185,6 +185,10 @@ var
begin
inherited;
+ // indicate that round is finished
+ Party.RoundPlayed;
+
+ // get rankings for current round
Ranking := Party.Rounds[Party.CurrentRound].Ranking;
@@ -198,9 +202,6 @@ begin
if Static[StaticTeam2].Texture.ScaleW > 99 then Static[StaticTeam2].Texture.ScaleW := 99;
if Static[StaticTeam3].Texture.ScaleW > 99 then Static[StaticTeam3].Texture.ScaleW := 99; }
- //End Last Round // to-do : Party
- //PartySession.EndRound;
-
//Set Winnertext
Text[TextWinner].Text := Format(Language.Translate('PARTY_SCORE_WINS'), [Party.GetWinnerString(Party.CurrentRound)]);