fixed #91 crash after round end

This commit is contained in:
logsol 2014-12-27 22:35:26 +01:00
parent b92cce88f2
commit 4f3a53ca53
6 changed files with 15 additions and 18 deletions

View file

@ -25,8 +25,8 @@ function () {
}
AudioPlayer.prototype.stop = function() {
this.audio.stop();
this.doPlay = false;
//this.audio.stop();
//this.doPlay = false;
};
AudioPlayer.prototype.destroy = function() {