From: yyagi Date: Wed, 8 Jan 2020 15:08:19 +0000 (+0900) Subject: #39825 Fixed to work B6 and B7 correctly. (no-chip default sound FloorTom and RightC... X-Git-Tag: Release117~9 X-Git-Url: http://git.osdn.net/view?p=dtxmania%2Fdtxmania.git;a=commitdiff_plain;h=8cd89eae041635607da9786dd70c599f5742f03a #39825 Fixed to work B6 and B7 correctly. (no-chip default sound FloorTom and RightCymbal were mixed up) --- diff --git a/DTXMania/コード/ステージ/07.演奏/TypesForPlayStage.cs b/DTXMania/コード/ステージ/07.演奏/TypesForPlayStage.cs index 59834567..d791928f 100644 --- a/DTXMania/コード/ステージ/07.演奏/TypesForPlayStage.cs +++ b/DTXMania/コード/ステージ/07.演奏/TypesForPlayStage.cs @@ -115,10 +115,10 @@ namespace DTXMania return this.LT; case 5: - return this.FT; + return this.CY; case 6: - return this.CY; + return this.FT; case 7: return this.HHO; @@ -156,11 +156,11 @@ namespace DTXMania return; case 5: - this.FT = value; + this.CY = value; return; case 6: - this.CY = value; + this.FT = value; return; case 7: