X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fevaluate.cpp;h=f1eb71ec30e11affe1d17496f35ef47288a5a770;hp=068aad9a7d590c7ccbb74c691148ec95b751b641;hb=09efbf915e8f09dbca94efbc087fcb5568c5d099;hpb=6d58bf777caa32336676a51f45816a9019d88fcb diff --git a/src/evaluate.cpp b/src/evaluate.cpp index 068aad9a..f1eb71ec 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -722,7 +722,7 @@ namespace { // Endgame with opposite-colored bishops, but also other pieces. Still // a bit drawish, but not as drawish as with only the two bishops. else - sf = ScaleFactor(46 * sf / SCALE_FACTOR_NORMAL); + sf = ScaleFactor(46); } // Endings where weaker side can place his king in front of the opponent's // pawns are drawish.