diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-05-22 13:03:35 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-05-22 13:03:35 +0000 |
commit | a93c26232ea1b01259cd045cc11eb43eb40a0273 (patch) | |
tree | 2b833a624f4d205bca1cbd54598be25da087bde8 /Game/Code/Screens | |
parent | 0c9e08b24bea976fd0bb1fa537d16ad7c224172a (diff) | |
download | usdx-a93c26232ea1b01259cd045cc11eb43eb40a0273.tar.gz usdx-a93c26232ea1b01259cd045cc11eb43eb40a0273.tar.xz usdx-a93c26232ea1b01259cd045cc11eb43eb40a0273.zip |
added duel-ratio-option (normal, 10%-90%) for challenge mode. the plugins are nice but in challenge mode the normal duel-mode is more important.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2394 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Screens')
-rw-r--r-- | Game/Code/Screens/UScreenPartyOptionsM2.pas | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Game/Code/Screens/UScreenPartyOptionsM2.pas b/Game/Code/Screens/UScreenPartyOptionsM2.pas index 7a8f5f2b..17c6560e 100644 --- a/Game/Code/Screens/UScreenPartyOptionsM2.pas +++ b/Game/Code/Screens/UScreenPartyOptionsM2.pas @@ -196,6 +196,8 @@ begin else
PlaylistMan.CurPlayList := Playlist2;
+ PartySessionM2.ID_DUELL := ID_DUELL;
+
//Start Party
PartySessionM2.StartNewParty(NumPlayer+2, Rounds+1);
@@ -386,6 +388,8 @@ begin else
PlaylistMan.CurPlayList := Playlist2;
+ PartySessionM2.ID_DUELL := ID_DUELL;
+
//Start Party
PartySessionM2.StartNewParty(NumPlayer+2, Rounds+1);
|