X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmaterial.cpp;h=dc2a3a3b550c6eddaf9e8e1d378e5921c77bf72b;hb=01b6cdb76bbe6cea4d9bb3c23cd285a1d607aedc;hp=e5b8ddf2ac819cf6b11a71926eab3946d6d26c36;hpb=b48439e90643cb6f65f9e34d1421976883c12efc;p=stockfish diff --git a/src/material.cpp b/src/material.cpp index e5b8ddf2..dc2a3a3b 100644 --- a/src/material.cpp +++ b/src/material.cpp @@ -155,7 +155,7 @@ Entry* probe(const Position& pos) { if ((sf = pos.this_thread()->endgames.probe(key)) != nullptr) { - e->scalingFunction[sf->strong_side()] = sf; // Only strong color assigned + e->scalingFunction[sf->strongSide] = sf; // Only strong color assigned return e; }