]> git.sesse.net Git - stockfish/blobdiff - src/endgame.cpp
Remove killer move conditions from LMR
[stockfish] / src / endgame.cpp
index ed6d48db13fcf1c6b5fc9b9af6aab626337f10e7..b64b3d1bff3253e55e651a2f3055b3ebfb575f0f 100644 (file)
@@ -60,7 +60,7 @@ namespace {
   const int PushAway [8] = { 0, 5, 20, 40, 60, 80, 90, 100 };
 
   // Pawn Rank based scaling factors used in KRPPKRP endgame
-  const int KRPPKRPScaleFactors[RANK_NB] = {0, 9, 10, 14, 21, 44, 0, 0};
+  const int KRPPKRPScaleFactors[RANK_NB] = { 0, 9, 10, 14, 21, 44, 0, 0 };
 
 #ifndef NDEBUG
   bool verify_material(const Position& pos, Color c, Value npm, int pawnsCnt) {