mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 08:37:44 +00:00
Last touches to pawns shelter code
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ private:
|
||||
Score update_safety(const Position& pos, Square ksq);
|
||||
|
||||
template<Color Us>
|
||||
int shelter_storm(const Position& pos, Square ksq);
|
||||
Value shelter_storm(const Position& pos, Square ksq);
|
||||
|
||||
Key key;
|
||||
Bitboard passedPawns[2];
|
||||
|
||||
Reference in New Issue
Block a user