From 5a34d2c95144524a09d571b859ce8225ce7417ed Mon Sep 17 00:00:00 2001 From: CalciteM Date: Sat, 22 Jun 2019 20:04:27 +0800 Subject: [PATCH] =?UTF-8?q?AI=E6=90=9C=E5=AF=BB=E6=B7=B1=E5=BA=A6=E4=B8=B4?= =?UTF-8?q?=E6=97=B6=E7=94=B18=E6=94=B9=E4=B8=BA2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NineChess/src/aithread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NineChess/src/aithread.cpp b/NineChess/src/aithread.cpp index 74a620d9..1e3bde6b 100644 --- a/NineChess/src/aithread.cpp +++ b/NineChess/src/aithread.cpp @@ -1,7 +1,7 @@ #include #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;