第1步的搜索深度由7改为2

This commit is contained in:
CalciteM 2019-06-29 16:22:12 +08:00
parent e72945814d
commit 1f04bde3ad
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#include <QDebug>
#include "aithread.h"
AiThread::AiThread(int id, QObject *parent) : QThread(parent), waiting_(false), aiDepth(7), aiTime(99)
AiThread::AiThread(int id, QObject *parent) : QThread(parent), waiting_(false), aiDepth(2), aiTime(99)
{
this->id = id;