]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Use templetized operations for Square
[stockfish] / src / thread.h
index 17354773b1fd9cb05f471c49c7293a806d118215..c209e125d1de0e62ec313307bdcd7d22c6b3f6ff 100644 (file)
@@ -55,6 +55,7 @@ struct SplitPoint {
   bool pvNode, mateThreat;
   Value beta;
   int ply;
+  Move threatMove;
   SearchStack sstack[MAX_THREADS][PLY_MAX_PLUS_2];
 
   // Const pointers to shared data