From b14d57e8ee024b8cbba5ee8803a72c418ab950ec Mon Sep 17 00:00:00 2001 From: 0aubsq <0aubsq@gmail.com> Date: Tue, 14 Jun 2022 18:16:44 +0200 Subject: [PATCH] Fix #246 --- .../Stages/07.Game/CStage演奏画面共通.cs | 33 ++++++++++++------- 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/TJAPlayer3/Stages/07.Game/CStage演奏画面共通.cs b/TJAPlayer3/Stages/07.Game/CStage演奏画面共通.cs index 665e7167..3a89d55e 100644 --- a/TJAPlayer3/Stages/07.Game/CStage演奏画面共通.cs +++ b/TJAPlayer3/Stages/07.Game/CStage演奏画面共通.cs @@ -1248,6 +1248,24 @@ namespace TJAPlayer3 //分岐のための処理。実装してない。 //赤か青かの分岐 + + + + if (pChip.bGOGOTIME && !TJAPlayer3.ConfigIni.ShinuchiMode) + { + this.actScore.Add(E楽器パート.TAIKO, this.bIsAutoPlay, 360L, player); + } + else + { + this.actScore.Add(E楽器パート.TAIKO, this.bIsAutoPlay, 100L, player); + } + //CDTXMania.Skin.soundRed.t再生する(); + if (pChip.nPlayerSide == 0) + this.soundRed?.t再生を開始する(); + else + this.soundRed2?.t再生を開始する(); + + if ( pChip.nBalloon == pChip.nRollCount ) { //パァーン @@ -1276,21 +1294,12 @@ namespace TJAPlayer3 } this.eRollState = E連打State.none; } + /* else { - if(pChip.bGOGOTIME && !TJAPlayer3.ConfigIni.ShinuchiMode) - { - this.actScore.Add(E楽器パート.TAIKO, this.bIsAutoPlay, 360L, player); - } else - { - this.actScore.Add(E楽器パート.TAIKO, this.bIsAutoPlay, 100L, player); - } - //CDTXMania.Skin.soundRed.t再生する(); - if (pChip.nPlayerSide == 0) - this.soundRed?.t再生を開始する(); - else - this.soundRed2?.t再生を開始する(); + } + */ //TJAPlayer3.stage演奏ドラム画面.actTaikoLaneFlash.PlayerLane[player].Start(PlayerLane.FlashType.Hit); } else