X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpsqtab.h;fp=src%2Fpsqtab.h;h=1b013c076c9bbbd63bd6bbe6e32d1f1f3be40b60;hp=a2fb6611dd4efd47cfbc7da9ba55feaaa834efe1;hb=e304db9d1ecf6a2318708483c90fadecf4fac4ee;hpb=6b909b2343190f2989d21c8f69f40e9f09c530c0 diff --git a/src/psqtab.h b/src/psqtab.h index a2fb6611..1b013c07 100644 --- a/src/psqtab.h +++ b/src/psqtab.h @@ -29,7 +29,7 @@ /// a given square a (midgame, endgame) score pair is assigned. PSQT is defined /// for white side, for black side the tables are symmetric. -static const Score PSQT[][64] = { +static const Score PSQT[][SQUARE_NB] = { { }, { // Pawn S( 0, 0), S( 0, 0), S( 0, 0), S( 0, 0), S(0, 0), S( 0, 0), S( 0, 0), S( 0, 0),