add M_PR_NL option in move_print()

This commit is contained in:
2023-07-09 15:53:57 +02:00
parent 0b787c8a90
commit 48319cf21a
5 changed files with 30 additions and 21 deletions

View File

@@ -179,7 +179,7 @@ int main(int ac, char**av)
{
pos_t *pos;
debug_init(5, stderr);
debug_init(5, stderr, true);
piece_pool_init();
pos_pool_init();
pos = pos_get();