Fix display of Hiddenqueen diags in corr games
[vchess.git] / client / src / utils / printDiagram.js
index 4a3a50e..4239688 100644 (file)
@@ -102,7 +102,7 @@ export function getDiagram(args) {
         boardDiv +=
           "<img " +
           "src='/images/pieces/" +
-          vr.getPpath(board[i][j], null, null, orientation) +
+          vr.getPpath(board[i][j], args.color, args.score, orientation) +
           V.IMAGE_EXTENSION + "' " +
           "class='piece'/>";
       }