X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmaterial.cpp;h=dc2a3a3b550c6eddaf9e8e1d378e5921c77bf72b;hp=e5b8ddf2ac819cf6b11a71926eab3946d6d26c36;hb=27ba611a3da37423a3502e49beeebe11c9a11d8e;hpb=f907d5b7d93a161bc88aeaec403631de9de092f9;ds=sidebyside 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; }