OSDN Git Service

#28821 DTXMania: DTXMania本体をDTXVとして使用している際に、途中から再生すると、空打ちチップの定義位置に空打ちでないチップが出現する問題を修正。
[dtxmania/dtxmania.git] / DTXManiaプロジェクト / コード / ステージ / 07.演奏 / ドラム画面 / CStage演奏ドラム画面.cs
index b2b6389..ce7e482 100644 (file)
@@ -2392,7 +2392,7 @@ namespace DTXMania
                        {\r
                                pChip.bHit = true;\r
                                this.r現在の空うちドラムChip[ (int) this.eチャンネルtoパッド[ pChip.nチャンネル番号 - 0xb1 ] ] = pChip;\r
-                               pChip.nチャンネル番号 = ( pChip.nチャンネル番号 != 0xbc ) ? ( ( pChip.nチャンネル番号 - 0xb1 ) + 0x11 ) : 0x1a;\r
+                               //pChip.nチャンネル番号 = ( pChip.nチャンネル番号 != 0xbc ) ? ( ( pChip.nチャンネル番号 - 0xb1 ) + 0x11 ) : 0x1a;\r
                        }\r
                }\r
                protected override void t進行描画・チップ・小節線( CConfigIni configIni, ref CDTX dTX, ref CDTX.CChip pChip )\r