1
0
mirror of synced 2024-11-24 23:50:21 +01:00

風船連打の途中でやり直しをするとキャラクターが風船連打のままになってします不具合を修正 (#203)

This commit is contained in:
Takkkom 2022-05-29 03:15:19 +09:00 committed by GitHub
parent bca1681d74
commit f47c4df82b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
} }