From ee5a83b9a9c50eb0576bfe8610a7d8aac2f90383 Mon Sep 17 00:00:00 2001 From: CalciteM Team Date: Sat, 24 Aug 2019 01:11:42 +0800 Subject: [PATCH] =?UTF-8?q?AI=E9=99=90=E6=97=B6=E7=94=B1120=E7=A7=92?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=BA3600=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 45cacd50..33f276a4 100644 --- a/NineChess/src/aithread.cpp +++ b/NineChess/src/aithread.cpp @@ -29,7 +29,7 @@ AiThread::AiThread(int id, QObject *parent) : waiting_(false), chess_(nullptr), aiDepth(2), - aiTime(120) + aiTime(3600) { this->id = id;