OSDN Git Service

#36177 使用レーン数の判定ミスを修正
authorikanick <ikanick@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Tue, 19 Apr 2016 05:10:01 +0000 (05:10 +0000)
committerikanick <ikanick@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Tue, 19 Apr 2016 05:10:01 +0000 (05:10 +0000)
git-svn-id: http://svn.osdn.jp/svnroot/dtxmania/trunk@983 16f42ceb-6dc6-49c8-ba94-f2d53467949d

DTXManiaプロジェクト/コード/スコア、曲/CDTXInput.cs

index ed2711a..c35f89a 100644 (file)
@@ -506,7 +506,7 @@ namespace DTXMania
                                                        if (chip.bDrums可視チップ)\r
                                                        {\r
                                                                if (this.n使用レーン数.Drums == EUseLanes.Other) this.n使用レーン数.Drums = EUseLanes.Dr_6;\r
-                                                               if (this.n使用レーン数.Drums != EUseLanes.Dr_10)\r
+                                                               if ( ( this.n使用レーン数.Drums != EUseLanes.Dr_10 ) && ( this.n使用レーン数.Drums != EUseLanes.Dr_12 ) )\r
                                                                {\r
                                                                        if ((chip.eチャンネル番号 == EChannel.FloorTom)\r
                                                                        || (chip.eチャンネル番号 == EChannel.HiHatOpen)\r