aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenPartyOptionsM2.pas
diff options
context:
space:
mode:
authorbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-03-02 18:32:09 +0000
committerbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-03-02 18:32:09 +0000
commit200dae8ffa02fd178445d72c7b5912d506c59cbf (patch)
treefac7ce9329afa80a7a1c48fbc4f425dd0498d511 /Game/Code/Screens/UScreenPartyOptionsM2.pas
parent7a5d3ff36db18cbcf6a53530a64838ccdc3a76cb (diff)
downloadusdx-200dae8ffa02fd178445d72c7b5912d506c59cbf.tar.gz
usdx-200dae8ffa02fd178445d72c7b5912d506c59cbf.tar.xz
usdx-200dae8ffa02fd178445d72c7b5912d506c59cbf.zip
SongCheck: list all errors;
fixed plugin selection in challenge mode git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2166 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Screens/UScreenPartyOptionsM2.pas')
-rw-r--r--Game/Code/Screens/UScreenPartyOptionsM2.pas6
1 files changed, 1 insertions, 5 deletions
diff --git a/Game/Code/Screens/UScreenPartyOptionsM2.pas b/Game/Code/Screens/UScreenPartyOptionsM2.pas
index 186983a1..465fb5b0 100644
--- a/Game/Code/Screens/UScreenPartyOptionsM2.pas
+++ b/Game/Code/Screens/UScreenPartyOptionsM2.pas
@@ -717,11 +717,7 @@ begin
PluginList[Len].TimesPlayed := 0;
PluginList[Len].Medley := false;
PluginList[Len].MedleySurprise := false;
-
- if I=ID_DUELL then
- PluginList[Len].Selected := true
- else
- PluginList[Len].Selected := false;
+ PluginList[Len].Selected := true;
PluginList[Len].Name := Language.Translate(DLLMan.Plugins[I].Name);
PluginList[Len].Desc := Language.Translate(DLLMan.Plugins[I].PluginDesc);