X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmaterial.h;h=ccf97b71d6970fd0913797fe89cff1d5b5249cc1;hp=9d6eed0a4419d1516f6cb490f4865288159564e7;hb=f1e3dfea748eef8ba443dace21c1663ac8bd5119;hpb=9f48e1ec15b8bec038338e2c4404a234af8c6364 diff --git a/src/material.h b/src/material.h index 9d6eed0a..ccf97b71 100644 --- a/src/material.h +++ b/src/material.h @@ -56,11 +56,11 @@ struct Entry { } Key key; - int16_t value; - uint8_t factor[COLOR_NB]; EndgameBase* evaluationFunction; EndgameBase* scalingFunction[COLOR_NB]; // Could be one for each // side (e.g. KPKP, KBPsKs) + int16_t value; + uint8_t factor[COLOR_NB]; Phase gamePhase; };