X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmaterial.h;h=bd4183154113d7b48b3fc95301304c41306ca2ab;hp=7ba3b7de00c4760fe16fa51df00d3d1bef7d4fd3;hb=a9e55d43262d11a916bdfa68cd1de0174d884cd3;hpb=67375f4693c97fb1321864bb4d143812cd824f9b diff --git a/src/material.h b/src/material.h index 7ba3b7de..bd418315 100644 --- a/src/material.h +++ b/src/material.h @@ -65,7 +65,7 @@ private: uint8_t factor[2]; EndgameEvaluationFunctionBase* evaluationFunction; EndgameScalingFunctionBase* scalingFunction[2]; - uint8_t spaceWeight; + int spaceWeight; };