Skip to content

Commit

Permalink
Update movegen.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dpldgr committed Nov 25, 2024
1 parent 1eb7a4a commit b10bcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/movegen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ movelist_buf mlb_pool[MAX_THREADS];

int movelist_buf::thread_count = 1;
int movelist_buf::list_count = 64;
int movelist_buf::max_moves = MAX_MOVES;
int movelist_buf::move_count = MAX_MOVES;

void movelist_buf::mlb_init( const size_t thread_cnt )
{
Expand Down

0 comments on commit b10bcfb

Please sign in to comment.