diff --git a/game/game.js b/game/game.js index fea943cd1..5af8d477c 100644 --- a/game/game.js +++ b/game/game.js @@ -3353,8 +3353,18 @@ else{ map.import_music.hide(); } + map.clear_background_music[get.is.object(lib.config.customBackgroundMusic)?'show':'hide'](); + ui.background_music_setting=map.background_music; + map.background_music._link.config.updatex.call(map.background_music,[]); }, background_music:{ + updatex:function(){ + this.lastChild.innerHTML=this._link.config.item[lib.config.background_music]; + var menu=this._link.menu; + for(var i=0;i