OSDN Git Service

#39825 Fixed to work B6 and B7 correctly. (no-chip default sound FloorTom and RightC...
authoryyagi <yyagi.dtxmania@gmail.com>
Wed, 8 Jan 2020 15:08:19 +0000 (00:08 +0900)
committeryyagi <yyagi.dtxmania@gmail.com>
Wed, 8 Jan 2020 15:08:19 +0000 (00:08 +0900)
DTXMania/コード/ステージ/07.演奏/TypesForPlayStage.cs

index 5983456..d791928 100644 (file)
@@ -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: