X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmove.h;h=299379e2003b57f8375435e90e7fbf7059148ff5;hp=ada89a4e14791869ac83f95b1dd3d296347141fb;hb=339e1b49f619ceffa75019e196adf4de74b32cce;hpb=0fcda095df1caa860e8e3f3a714d5545ec9dc122 diff --git a/src/move.h b/src/move.h index ada89a4e..299379e2 100644 --- a/src/move.h +++ b/src/move.h @@ -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 ///