diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-28 20:46:43 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 473797d820b3b224ee1d370a50e4bcd01d09d48e (patch) | |
| tree | c68258a01aeca20efea507b6a69b8de03ae3c4e7 /src | |
| parent | 1c4fab6ffb9bc0fd71d79ae047f1bd524134e122 (diff) | |
Print progress before recursion rather than after
Diffstat (limited to 'src')
| -rw-r--r-- | src/ctaklm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ctaklm.c b/src/ctaklm.c index 2e0e2b3..e0022d1 100644 --- a/src/ctaklm.c +++ b/src/ctaklm.c @@ -312,8 +312,6 @@ negamax_display_progress(const uint8_t depth, const uint32_t length) { static int negamax_turn(void) { if (won == 0xFF) { - fputs("Computing: 0%", stdout); - fflush(stdout); // Run the minimax sum_depth = 0; num_check = 0; progress = 0; float minimax = negamax_generate(); |
