AIバトルの選曲BGMが止まらない問題の修正 (#437)
This commit is contained in:
parent
f564783518
commit
13e0abe039
@ -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プラグイン )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user