projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rename MOVES_MAX in MAX_MOVES
[stockfish]
/
src
/
move.h
diff --git
a/src/move.h
b/src/move.h
index ada89a4e14791869ac83f95b1dd3d296347141fb..299379e2003b57f8375435e90e7fbf7059148ff5 100644
(file)
--- a/
src/move.h
+++ b/
src/move.h
@@
-26,7
+26,7
@@
#include "types.h"
// Maximum number of allowed moves per position
#include "types.h"
// Maximum number of allowed moves per position
-const int M
OVES_MAX
= 256;
+const int M
AX_MOVES
= 256;
/// A move needs 16 bits to be stored
///
/// A move needs 16 bits to be stored
///