Fix Konane and Yote computer play + a few bugs
[vchess.git] / client / src / components / ComputerGame.vue
index 9cd5f9b..fbf2d8e 100644 (file)
@@ -119,7 +119,7 @@ export default {
     },
     gameOver: function(score) {
       this.game.score = score;
-      this.game.scoreMsg = getScoreMessage(score);
+      this.game.scoreMsg = getScoreMessage(score, V.ReverseColors);
       // If comp is thinking, let him finish:
       if (!this.compThink) this.$emit("game-stopped");
     }