X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpsqtab.h;h=2363826e5dc0f0f1ee58e6cfe6f463477c115788;hp=f45442dabb1d3e8a33ce9ee2352d14e8f00c740b;hb=13a73f67c018e58b2fd46f886c45ef2b75188c8e;hpb=500b9b0eb3b20ef58ff1280a089ab2ef1e3c6436 diff --git a/src/psqtab.h b/src/psqtab.h index f45442da..2363826e 100644 --- a/src/psqtab.h +++ b/src/psqtab.h @@ -27,7 +27,7 @@ /// PSQT[PieceType][Square] contains Piece-Square scores. For each piece type on /// a given square a (midgame, endgame) score pair is assigned. PSQT is defined -/// for white side, for black side the tables are symmetric. +/// for the white side and the tables are symmetric for the black side. static const Score PSQT[][SQUARE_NB] = { { },