]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.h
Convert mobility bonus tables to Score
[stockfish] / src / evaluate.h
index a7a39a49c498fd25ff12f1c6d2aa30db032770ee..cf56a58aa4a3cb042af7b9d3f54a2b0730e19d3c 100644 (file)
@@ -91,7 +91,7 @@ struct EvalInfo {
   Move mateThreat[2];
 
   // Middle game and endgame mobility scores.
-  Value mgMobility, egMobility;
+  Score mobility;
 
   // Extra futility margin. This is added to the standard futility margin
   // in the quiescence search.