]> git.sesse.net Git - stockfish/blobdiff - src/pawns.cpp
Fix issues detected by Coverity Scan
[stockfish] / src / pawns.cpp
index 64c8e4b6182f2133108e69d1e3bf6bdb87ee1a82..5d7aa4e3c203a45dc25a2e9a6a90433f526e0844 100644 (file)
@@ -72,7 +72,7 @@ namespace {
   const Value StormDanger[3][RANK_NB] = {
   { V( 0),  V(64), V(128), V(51), V(26) },
   { V(26),  V(32), V( 96), V(38), V(20) },
-  { V( 0),  V( 0), V( 64), V(25), V(13) } };
+  { V( 0),  V( 0), V(160), V(25), V(13) } };
 
   // Max bonus for king safety. Corresponds to start position with all the pawns
   // in front of the king and no enemy pawn on the horizon.