From 80188e05475207b0d1953b6fefff61739cc6509d Mon Sep 17 00:00:00 2001 From: Calcitem Date: Sun, 6 Sep 2020 00:51:29 +0800 Subject: [PATCH] =?UTF-8?q?analyze:=20=E4=BF=AE=E5=A4=8D=E6=AD=A5=E6=95=B0?= =?UTF-8?q?=E4=B8=BA16=E8=BF=9B=E5=88=B6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/aithread.cpp | 1 + 1 file changed, 1 insertion(+) 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()) {