mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 01:27:16 +08:00
Introduce namespace Pawns
And retire old struct PawnTable along the same lines of previous patch. No functional change.
This commit is contained in:
@@ -112,7 +112,7 @@ public:
|
||||
Eval::Table evalTable;
|
||||
Material::Table materialTable;
|
||||
Endgames endgames;
|
||||
PawnTable pawnTable;
|
||||
Pawns::Table pawnsTable;
|
||||
size_t idx;
|
||||
int maxPly;
|
||||
Mutex mutex;
|
||||
|
||||
Reference in New Issue
Block a user