Skip to content

Commit

Permalink
#xxxxx GITADORA風表示のステータスパネルにて、達成率と曲別スキルの値が前にプレイした楽曲の数値を引き継いでしまう不具合の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kairera0467 committed May 5, 2019
1 parent e2114c6 commit f962e49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public override int On進行描画()
if( this.tx背景 != null )
this.tx背景.t2D描画( CDTXMania.app.Device, 0, 0 );

CDTXMania.act文字コンソール.tPrint( 2, 2, C文字コンソール.Eフォント種別., "DTX:J:A:A:2019042600" );
CDTXMania.act文字コンソール.tPrint( 2, 2, C文字コンソール.Eフォント種別., "DTX:J:A:A:2019050500" );

if( this.txメニュー != null )
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ public override void On活性化()
this.n現在のスコアBass = 0L;
this.nStatus = 0;
this.nIndex = 0;

for( int i = 0; i < 3; i++ )
{
this.db現在の達成率[ i ] = 0.0;
}

base.On活性化();
}

Expand Down
Binary file modified 実行時フォルダ/DTXManiaGR.exe
Binary file not shown.

0 comments on commit f962e49

Please sign in to comment.