]> git.sesse.net Git - stockfish/blobdiff - src/pawns.cpp
Retire is_upper_bound() and friend
[stockfish] / src / pawns.cpp
index 5a789ef24bf376063cbbccdddee49d781a2ad035..cec9aba142af22fcf96edf82879ef8da7f190fa8 100644 (file)
@@ -185,7 +185,7 @@ Score PawnInfoTable::evaluate_pawns(const Position& pos, Bitboard ourPawns,
   Rank r;
   int bonus;
   bool passed, isolated, doubled, opposed, chain, backward, candidate;
-  Score value = make_score(0, 0);
+  Score value = SCORE_ZERO;
   const Square* ptr = pos.piece_list_begin(Us, PAWN);
 
   // Initialize pawn storm scores by giving bonuses for open files