Separate random and mirror mods for each players
This commit is contained in:
parent
3de86e5b25
commit
c5996e4df7
@ -93,7 +93,7 @@ namespace TJAPlayer3
|
||||
|
||||
// メソッド
|
||||
|
||||
#region [ 曲を検索してリストを作成する ]
|
||||
#region [ Fetch song list ]
|
||||
//-----------------
|
||||
public void t曲を検索してリストを作成する( string str基点フォルダ, bool b子BOXへ再帰する )
|
||||
{
|
||||
|
@ -531,10 +531,13 @@ namespace TJAPlayer3
|
||||
{
|
||||
TJAPlayer3.DTX.PlanToAddMixerChannel();
|
||||
}
|
||||
|
||||
var _dtx = new CDTX[4]{ TJAPlayer3.DTX, TJAPlayer3.DTX_2P, null, null };
|
||||
|
||||
for (int i = 0; i < TJAPlayer3.ConfigIni.nPlayerCount; i++)
|
||||
{
|
||||
TJAPlayer3.DTX.tRandomizeTaikoChips(i);
|
||||
_dtx[i]?.tRandomizeTaikoChips(i);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user