AI深度改为3且时间改为99秒

This commit is contained in:
CalciteM 2019-06-23 00:01:29 +08:00
parent 77c9ad476e
commit 64c50a50be
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(2), aiTime(10)
AiThread::AiThread(int id, QObject *parent) : QThread(parent), waiting_(false), aiDepth(3), aiTime(99)
{
this->id = id;