mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00:00
Rename MOVES_MAX in MAX_MOVES
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ namespace {
|
||||
string token;
|
||||
int time[] = { 0, 0 }, inc[] = { 0, 0 };
|
||||
SearchLimits limits(0, 0, 0, 0, 0, 0, false, false);
|
||||
Move searchMoves[MOVES_MAX] = { MOVE_NONE };
|
||||
Move searchMoves[MAX_MOVES] = { MOVE_NONE };
|
||||
Move* cur = searchMoves;
|
||||
|
||||
while (up >> token)
|
||||
|
||||
Reference in New Issue
Block a user