]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Simplify color usage in search.
[stockfish] / src / thread.h
index 602e1f3b37996ca65ba849cbef9bff8a41f4abb0..45124d02e4b1f2aad70962084475d1d2f485c56b 100644 (file)
@@ -61,7 +61,8 @@ public:
   Material::Table materialTable;
   Endgames endgames;
   size_t PVIdx, PVLast;
-  int selDepth, nmp_ply, nmp_odd;
+  int selDepth, nmp_min_ply;
+  Color nmp_color;
   std::atomic<uint64_t> nodes, tbHits;
 
   Position rootPos;