play sound on analysis user move

This commit is contained in:
Thibault Duplessis 2014-11-25 01:05:27 +01:00
parent 16b996ea5b
commit 68af2cdb12

View file

@ -88,6 +88,7 @@ module.exports = function(cfg, router, i18n, onChange) {
}.bind(this);
this.onMove = function(orig, dest) {
$.sound.move();
var chess = new Chess(
this.vm.situation.fen,
this.data.game.variant.key == 'chess960' ? 1 : 0