X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmaterial.cpp;h=9d17af208c4261783f6d446bb165057994b64bee;hp=84d7a4bd0a6331327e96735af16a981ea6ac25c8;hb=2214fcecf7ae5d1d4165596bcd238b6e6bc909c1;hpb=7ffae17f85709e49672a0e98e136b66aea067b2c 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) {