X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmove.h;h=299379e2003b57f8375435e90e7fbf7059148ff5;hp=ada89a4e14791869ac83f95b1dd3d296347141fb;hb=c9d7e99de682516c560009b550c41da9ae2008b8;hpb=ccd5ccbcdbfd7bc1521fe194a970ab1c6a4b55fe 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 ///