Allow to set also randomness against computer
[vchess.git] / client / src / views / Rules.vue
index 556ea86..1851609 100644 (file)
@@ -153,7 +153,7 @@ export default {
     },
     gotoAnalyze: function() {
       this.$router.push(
-        "/analyse/" + this.gameInfo.vname + "/?fen=" + V.GenRandInitFen()
+        "/analyse/" + this.gameInfo.vname + "/?fen=" + V.GenRandInitFen(2)
       );
     }
   }