aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UParty.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Classes/UParty.pas')
-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 a416bb4c..c0fc9daf 100644
--- a/Game/Code/Classes/UParty.pas
+++ b/Game/Code/Classes/UParty.pas
@@ -132,7 +132,7 @@ begin
//Set cur Round to Round 1
CurRound := 255;
- Rand3 := true;
+ Rand3 := (Ini.NewPartySelectionMode=1);
//Set Rounds
NumMedleys := 0;