From c679e8f3603e49971bf828736e1ecfdcad3310d1 Mon Sep 17 00:00:00 2001 From: FireFather Date: Wed, 1 Jul 2020 02:41:14 +0200 Subject: [PATCH] Update search.h 1 line of translation --- src/search.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/search.h b/src/search.h index 7638d822..eae1cafc 100644 --- a/src/search.h +++ b/src/search.h @@ -99,8 +99,8 @@ struct LimitsType { TimePoint time[COLOR_NB], inc[COLOR_NB], npmsec, movetime, startTime; int movestogo, depth, mate, perft, infinite; int64_t nodes; - // 画面に出力しないサイレントモード(プロセス内での連続自己対戦のとき用) - // このときPVを出力しない。 + // Silent mode that does not output to the screen (for continuous self-play in process) + // Do not output PV at this time. bool silent; };