]> git.sesse.net Git - stockfish/blobdiff - src/movegen.h
Restore user weights to 100
[stockfish] / src / movegen.h
index 6a04248ac3a3199c80f087aaf3a180ff5bc7ad4f..580ca2e74645cfd183b6457ec0c1a6fe594fd5d0 100644 (file)
@@ -30,8 +30,7 @@ enum MoveType {
   MV_NON_CAPTURE_CHECK,
   MV_EVASION,
   MV_NON_EVASION,
-  MV_LEGAL,
-  MV_PSEUDO_LEGAL
+  MV_LEGAL
 };
 
 template<MoveType>