analyze: 修复步数为16进制的问题
This commit is contained in:
parent
926fe1ad86
commit
80188e0547
|
@ -145,6 +145,7 @@ void AiThread::analyze(Color c)
|
|||
Position *pos = ai.position();
|
||||
|
||||
cout << *pos << "\n" << endl;
|
||||
cout << std::dec;
|
||||
|
||||
switch (pos->get_phase())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue