1
0
mirror of synced 2024-11-28 01:10:53 +01:00

AIバトルの選曲BGMが止まらない問題の修正 (#437)

This commit is contained in:
Takkkom 2023-02-26 07:29:34 +09:00 committed by GitHub
parent f564783518
commit 13e0abe039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1147,6 +1147,9 @@ namespace TJAPlayer3
r直前のステージ = r現在のステージ;
r現在のステージ = stageタイトル;
CSongSelectSongManager.stopSong();
CSongSelectSongManager.enable();
if (ConfigIni.bAIBattleMode == true)
{
ConfigIni.nPlayerCount = ConfigIni.nPreviousPlayerCount;
@ -1155,9 +1158,7 @@ namespace TJAPlayer3
/*
Skin.bgm選曲画面イン.t停止する();
Skin.bgm選曲画面.t停止する();
*/
CSongSelectSongManager.stopSong();
CSongSelectSongManager.enable();
*/
foreach ( STPlugin pg in this.listプラグイン )
{