AI搜寻深度临时由8改为2

This commit is contained in:
CalciteM 2019-06-22 20:04:27 +08:00
parent 21a2fda71e
commit 5a34d2c951
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(8), aiTime(10)
AiThread::AiThread(int id, QObject *parent) : QThread(parent), waiting_(false), aiDepth(2), aiTime(10)
{
this->id = id;