aboutsummaryrefslogtreecommitdiffstats
path: root/Game
diff options
context:
space:
mode:
authorbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-04-05 09:28:39 +0000
committerbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-04-05 09:28:39 +0000
commit5909032b4d93acc5e2ff4e715f256c3349f456fa (patch)
tree8fe64cb1f3447b84ee11d77a9b7a0d4693bfbb60 /Game
parentaa006bc319af1af81c5c703209ba81f4f517fc77 (diff)
downloadusdx-5909032b4d93acc5e2ff4e715f256c3349f456fa.tar.gz
usdx-5909032b4d93acc5e2ff4e715f256c3349f456fa.tar.xz
usdx-5909032b4d93acc5e2ff4e715f256c3349f456fa.zip
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
Diffstat (limited to 'Game')
-rw-r--r--Game/Code/Classes/UParty.pas2
1 files changed, 1 insertions, 1 deletions
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;