X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmaterial.cpp;h=f0ee5f682d02cada44957745849684613f3e4196;hp=65c8c86292df1c2e12bac5336f01f8820337ce4a;hb=6b7efa0cd14b73416c9030462f79a02bbfc7ad2c;hpb=9fc602bae74b8e09bd45ace3b42a8ce84d56b23c diff --git a/src/material.cpp b/src/material.cpp index 65c8c862..f0ee5f68 100644 --- a/src/material.cpp +++ b/src/material.cpp @@ -304,7 +304,7 @@ MaterialInfo* MaterialInfoTable::get_material_info(const Position& pos) { { if ( pos.non_pawn_material(c) == pos.non_pawn_material(opposite_color(c)) || pos.non_pawn_material(c) < RookValueMidgame) - mi->factor[c] = 0; + mi->factor[c] = SCALE_FACTOR_ZERO; else { switch (pos.piece_count(c, BISHOP)) {