• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

dtxmania 中文


Commit MetaInfo

Revision8cd89eae041635607da9786dd70c599f5742f03a (tree)
Zeit2020-01-09 00:08:19
Autoryyagi <yyagi.dtxmania@gmai...>
Commiteryyagi

Log Message

#39825 Fixed to work B6 and B7 correctly. (no-chip default sound FloorTom and RightCymbal were mixed up)

Ändern Zusammenfassung

  • delete: "DTXMania/\343\202\263\343\203\274\343\203\211/\343\202\271\343\203\206\343\203\274\343\202\270/07.\346\274\224\345\245\217/TypesForPlayStage.cs"

Diff

--- "a/DTXMania/\343\202\263\343\203\274\343\203\211/\343\202\271\343\203\206\343\203\274\343\202\270/07.\346\274\224\345\245\217/TypesForPlayStage.cs"
+++ "b/DTXMania/\343\202\263\343\203\274\343\203\211/\343\202\271\343\203\206\343\203\274\343\202\270/07.\346\274\224\345\245\217/TypesForPlayStage.cs"
@@ -115,10 +115,10 @@ namespace DTXMania
115115 return this.LT;
116116
117117 case 5:
118- return this.FT;
118+ return this.CY;
119119
120120 case 6:
121- return this.CY;
121+ return this.FT;
122122
123123 case 7:
124124 return this.HHO;
@@ -156,11 +156,11 @@ namespace DTXMania
156156 return;
157157
158158 case 5:
159- this.FT = value;
159+ this.CY = value;
160160 return;
161161
162162 case 6:
163- this.CY = value;
163+ this.FT = value;
164164 return;
165165
166166 case 7: