Last touches to pawns shelter code

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2012-03-29 06:04:44 +01:00
parent 5e18b81e87
commit b0b9bb3462
2 changed files with 31 additions and 34 deletions
+1 -1
View File
@@ -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];