mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Rename some variables for more clarity.
No functional change. Resolves #131
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ struct Entry {
|
||||
Bitboard pawnAttacks[COLOR_NB];
|
||||
Square kingSquares[COLOR_NB];
|
||||
Score kingSafety[COLOR_NB];
|
||||
int minKPdistance[COLOR_NB];
|
||||
int minKingPawnDistance[COLOR_NB];
|
||||
int castlingRights[COLOR_NB];
|
||||
int semiopenFiles[COLOR_NB];
|
||||
int pawnSpan[COLOR_NB];
|
||||
|
||||
Reference in New Issue
Block a user