AI超时时间改为30秒

This commit is contained in:
CalciteM Team 2019-07-06 00:31:40 +08:00
parent adda89c6b4
commit 2c0ad67e23
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(99)
AiThread::AiThread(int id, QObject *parent) : QThread(parent), waiting_(false), aiDepth(2), aiTime(30)
{
this->id = id;