'update'
[vchess.git] / client / src / views / Game.vue
index 2968b8f..6e9768a 100644 (file)
@@ -1619,7 +1619,8 @@ export default {
           this.curDiag = getDiagram({
             position: position,
             orientation: V.CanFlip ? this.game.mycolor : "w",
-            darkBottomRight: V.DarkBottomRight
+            color: this.game.mycolor,
+            score: "*"
           });
           document.querySelector("#confirmDiv > .card").style.width =
             boardDiv.offsetWidth + "px";