X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmaterial.h;h=bd4183154113d7b48b3fc95301304c41306ca2ab;hb=0ff3bf34cda9479d6c0d40d11ed0496329462edf;hp=7ba3b7de00c4760fe16fa51df00d3d1bef7d4fd3;hpb=67375f4693c97fb1321864bb4d143812cd824f9b;p=stockfish 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; };