Skip to content

Commit

Permalink
風船連打の途中でやり直しをするとキャラクターが風船連打のままになってします不具合を修正 (0auBSQ#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
Takkkom authored May 28, 2022
1 parent bca1681 commit f47c4df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TJAPlayer3/Stages/07.Game/CStage演奏画面共通.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4039,6 +4039,9 @@ public void t演奏やりなおし()
for( int i = 0; i < TJAPlayer3.ConfigIni.nPlayerCount; i++ )
{
this.chip現在処理中の連打チップ[ i ] = null;
this.actChara.b風船連打中[i] = false;
this.actChara.bマイどんアクション中[i] = false;
this.actChara.アクションタイマーリセット(i);
}
this.bPAUSE = false;
}
Expand Down

0 comments on commit f47c4df

Please sign in to comment.