From a5816236631dc0a42b8338b4dfc18c5408ee4583 Mon Sep 17 00:00:00 2001 From: libccy Date: Sat, 16 May 2015 19:24:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game/game.js | 1 + 1 file changed, 1 insertion(+) 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);