diff --git a/cpp/src/stickfosh.cpp b/cpp/src/stickfosh.cpp index 0d91941..f15ede7 100644 --- a/cpp/src/stickfosh.cpp +++ b/cpp/src/stickfosh.cpp @@ -63,7 +63,7 @@ void perft(std::string pos) { auto end = std::chrono::steady_clock::now(); auto elapsed = (end - start).count(); - std::cout << "Results: " << depth << " "; + std::cout << "Results: " << moves << " "; if (moves == expected_n_moves) std::cout << tick << " "; else