From 3ece8b3cc825b3af3a07c278c083aaebc7b8d952 Mon Sep 17 00:00:00 2001 From: Calcitem Date: Sat, 12 Dec 2020 18:36:05 +0800 Subject: [PATCH] =?UTF-8?q?uci:=20=E9=92=88=E5=AF=B9=20Issue=20#80=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BB=A3=E7=A0=81=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit void position(Position *pos, istringstream &is) 添加一行 TODO 注释 // TODO: Stockfish does not have this Threads.main()->us = pos->sideToMove; --- src/uci.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uci.cpp b/src/uci.cpp index 1364b184..8956f45d 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -89,6 +89,7 @@ void position(Position *pos, istringstream &is) #endif // THREEFOLD_REPETITION } + // TODO: Stockfish does not have this Threads.main()->us = pos->sideToMove; }