X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBaseGame.vue;fp=client%2Fsrc%2Fcomponents%2FBaseGame.vue;h=7627f2dc0bb43462969d4c0423e769b4665b4175;hp=f101702450c63310f87bb720f17ab032faf017f2;hb=cbe9537881e68f50c43f48d3699c4b248690fb4d;hpb=1328e7dd5a73fd4a4eee85d5b86aea73b9a74f9f diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index f1017024..7627f2dc 100644 --- a/client/src/components/BaseGame.vue +++ b/client/src/components/BaseGame.vue @@ -569,7 +569,7 @@ export default { } } if (score != "*" && ["analyze", "versus"].includes(this.mode)) { - const message = getScoreMessage(score); + const message = getScoreMessage(score, V.ReverseColors); // Show score on screen this.showEndgameMsg(score + " . " + this.st.tr[message]); }