]> git.sesse.net Git - stockfish/blobdiff - src/pawns.cpp
Revert "Implement a fallback system when aspiration search fails low and we are out...
[stockfish] / src / pawns.cpp
index b9d112f08c5e95772f0bf70437801df48a4daa5e..f06d9f12a1d2a39525bc05184fd511e737c68aa1 100644 (file)
@@ -121,8 +121,8 @@ namespace {
   };
 
   // Pawn storm open file bonuses by file
-  const int KStormOpenFileBonus[8] = { 45, 45, 30, 0, 0, 0, 0, 0 };
-  const int QStormOpenFileBonus[8] = { 0, 0, 0, 0, 0, 30, 45, 30 };
+  const int16_t KStormOpenFileBonus[8] = { 45, 45, 30, 0, 0, 0, 0, 0 };
+  const int16_t QStormOpenFileBonus[8] = { 0, 0, 0, 0, 0, 30, 45, 30 };
 
   // Pawn storm lever bonuses by file
   const int StormLeverBonus[8] = { 20, 20, 10, 0, 0, 10, 20, 20 };