mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
Avoid to use nullChild
Use instead: (ss-1)->currentMove == MOVE_NULL No functional change.
This commit is contained in:
@@ -46,7 +46,6 @@ struct Stack {
|
||||
Depth reduction;
|
||||
Value staticEval;
|
||||
bool skipNullMove;
|
||||
bool nullChild;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user