X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.h;fp=src%2Fpawns.h;h=ec926a42ba669bc073a34ba66e134c7b2b5d6dec;hp=f36168c9a7db884cea5b170972978feb1fdf8271;hb=c794c8c8016dfdc8360c9d5ab74dffa9d93d9277;hpb=aef7076c344881954b4f586bd4779594d0b29037 diff --git a/src/pawns.h b/src/pawns.h index f36168c9..ec926a42 100644 --- a/src/pawns.h +++ b/src/pawns.h @@ -59,7 +59,7 @@ struct Entry { Score do_king_safety(const Position& pos, Square ksq); template - Value shelter_storm(const Position& pos, Square ksq); + Value evaluate_shelter(const Position& pos, Square ksq); Key key; Score scores[COLOR_NB];