]> git.sesse.net Git - stockfish/blobdiff - src/move.h
Rename MOVES_MAX in MAX_MOVES
[stockfish] / src / move.h
index ada89a4e14791869ac83f95b1dd3d296347141fb..299379e2003b57f8375435e90e7fbf7059148ff5 100644 (file)
@@ -26,7 +26,7 @@
 #include "types.h"
 
 // Maximum number of allowed moves per position
-const int MOVES_MAX = 256;
+const int MAX_MOVES = 256;
 
 /// A move needs 16 bits to be stored
 ///