start analysis at ply 0 - fixes #239

This commit is contained in:
Thibault Duplessis 2015-01-13 13:29:10 +01:00
parent f3e2abb21e
commit 663a381041

View file

@ -13,7 +13,7 @@ module.exports = {
default: function() {
return [{
ply: 1,
ply: 0,
variation: null
}];
},