From 2c0ad67e2345d301e2256d182550b85fb94166c0 Mon Sep 17 00:00:00 2001 From: CalciteM Team Date: Sat, 6 Jul 2019 00:31:40 +0800 Subject: [PATCH] =?UTF-8?q?AI=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA30=E7=A7=92?= 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 30704bcc..9be36955 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(2), aiTime(99) +AiThread::AiThread(int id, QObject *parent) : QThread(parent), waiting_(false), aiDepth(2), aiTime(30) { this->id = id;