mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Tidy up comments in uci.cpp
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -680,7 +680,7 @@ namespace {
|
||||
{
|
||||
// If we are allowed to ponder do not stop the search now but
|
||||
// keep pondering until GUI sends "ponderhit" or "stop".
|
||||
if (Limits.ponder) // FIXME racing
|
||||
if (Limits.ponder)
|
||||
Signals.stopOnPonderhit = true;
|
||||
else
|
||||
Signals.stop = true;
|
||||
|
||||
Reference in New Issue
Block a user