From 5ba5ff449893d958c687e2d5921b1577fe59fbe8 Mon Sep 17 00:00:00 2001 From: libccy Date: Thu, 30 Apr 2015 19:12:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E9=9F=B3=E8=B7=AF=E5=BE=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/game.js b/game/game.js index 0e6478570..daada8234 100644 --- a/game/game.js +++ b/game/game.js @@ -4954,7 +4954,7 @@ window.play={}; var audio=document.createElement('audio'); audio.autoplay=true; audio.volume=lib.config.volumn_audio/8; - audio.src='audio'+str+'.ogg'; + audio.src='audio-ogg'+str+'.ogg'; audio.addEventListener('ended',function(){ this.remove(); });