風船連打の途中でやり直しをするとキャラクターが風船連打のままになってします不具合を修正 (#203)
This commit is contained in:
parent
bca1681d74
commit
f47c4df82b
@ -4039,6 +4039,9 @@ namespace TJAPlayer3
|
|||||||
for( int i = 0; i < TJAPlayer3.ConfigIni.nPlayerCount; i++ )
|
for( int i = 0; i < TJAPlayer3.ConfigIni.nPlayerCount; i++ )
|
||||||
{
|
{
|
||||||
this.chip現在処理中の連打チップ[ i ] = null;
|
this.chip現在処理中の連打チップ[ i ] = null;
|
||||||
|
this.actChara.b風船連打中[i] = false;
|
||||||
|
this.actChara.bマイどんアクション中[i] = false;
|
||||||
|
this.actChara.アクションタイマーリセット(i);
|
||||||
}
|
}
|
||||||
this.bPAUSE = false;
|
this.bPAUSE = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user