X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmaterial.cpp;fp=src%2Fmaterial.cpp;h=9d17af208c4261783f6d446bb165057994b64bee;hp=84d7a4bd0a6331327e96735af16a981ea6ac25c8;hb=83eac08e7562d93787f75eccd4b7781c4bd45dd3;hpb=ec42154ef2569a58dae2164e328d5bbffcb2aee9 diff --git a/src/material.cpp b/src/material.cpp index 84d7a4bd..9d17af20 100644 --- a/src/material.cpp +++ b/src/material.cpp @@ -74,7 +74,7 @@ namespace { bool is_KBPsK(const Position& pos, Color us) { return pos.non_pawn_material(us) == BishopValueMg - && pos.count(us) >= 1; + && pos.count(us) >= 1; } bool is_KQKRPs(const Position& pos, Color us) {