Convert mobility bonus tables to Score

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2009-11-07 15:02:10 +01:00
parent 1ab01f1c14
commit e9757f7610
2 changed files with 29 additions and 59 deletions

View 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.