mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 14:27:45 +00:00
Space inflate pawns.cpp
Hopefully no functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+4
-4
@@ -120,10 +120,10 @@ inline bool PawnInfo::has_open_file_to_right(Color c, File f) const {
|
||||
}
|
||||
|
||||
inline void PawnInfo::clear() {
|
||||
mgValue = egValue = 0;
|
||||
passedPawns = EmptyBoardBB;
|
||||
ksStormValue[WHITE] = ksStormValue[BLACK] = 0;
|
||||
qsStormValue[WHITE] = qsStormValue[BLACK] = 0;
|
||||
|
||||
Key k = key;
|
||||
memset(this, 0, sizeof(PawnInfo));
|
||||
key = k;
|
||||
halfOpenFiles[WHITE] = halfOpenFiles[BLACK] = 0xFF;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user