mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-16 07:06:23 +08:00
Convert MaterialInfo and PawnInfo to use Score
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -721,7 +721,7 @@ void Position::do_move(Move m, StateInfo& newSt, Bitboard dcCandidates) {
|
||||
Key key, pawnKey, materialKey;
|
||||
int castleRights, rule50, pliesFromNull;
|
||||
Square epSquare;
|
||||
Value mgValue, egValue;
|
||||
Value value;
|
||||
Value npMaterial[2];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user