From 5909032b4d93acc5e2ff4e715f256c3349f456fa Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Mon, 5 Apr 2010 09:28:39 +0000 Subject: fixed error with "until 5000" plugin and the new scoring mode git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2215 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/UParty.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Game') diff --git a/Game/Code/Classes/UParty.pas b/Game/Code/Classes/UParty.pas index db0328aa..e9d21da3 100644 --- a/Game/Code/Classes/UParty.pas +++ b/Game/Code/Classes/UParty.pas @@ -366,7 +366,7 @@ begin //Set Scores - if (Ini.NewPartyPoints = 1) then + if (Ini.NewPartyPoints = 1) and (Rounds[CurRound].Winner <> 0) then begin MaxScore := 0; -- cgit v1.2.3