]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Fix material key for King
[stockfish] / src / movepick.h
index 21ea9ab3e2292afc1835059cbdfaf8ed74128892..c4676ca4f6e9f5be4b50be4462f92a3286ee9412 100644 (file)
@@ -92,7 +92,7 @@ public:
 
 private:
   template<GenType> void score();
-  void generate_next();
+  void generate_next_stage();
 
   const Position& pos;
   const HistoryStats& history;