diff --git a/game/game.js b/game/game.js index 66b78d0d6..dcfc1166a 100644 --- a/game/game.js +++ b/game/game.js @@ -5094,6 +5094,7 @@ window.play={}; } else{ this.src=str+name+Math.ceil(Math.random()*2)+'.mp3'; + this._changed=true; } }; ui.window.appendChild(audio);