diff --git a/src/aithread.cpp b/src/aithread.cpp index 07ad9a94..f76f95d2 100644 --- a/src/aithread.cpp +++ b/src/aithread.cpp @@ -145,6 +145,7 @@ void AiThread::analyze(Color c) Position *pos = ai.position(); cout << *pos << "\n" << endl; + cout << std::dec; switch (pos->get_phase()) {