AI搜寻深度临时由8改为2
This commit is contained in:
parent
21a2fda71e
commit
5a34d2c951
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue