uci: 针对 Issue #80 添加代码注释

void position(Position *pos, istringstream &is)
添加一行 TODO 注释

// TODO: Stockfish does not have this
Threads.main()->us = pos->sideToMove;
This commit is contained in:
Calcitem 2020-12-12 18:36:05 +08:00
parent 60c5f4b63c
commit 3ece8b3cc8
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ void position(Position *pos, istringstream &is)
#endif // THREEFOLD_REPETITION
}
// TODO: Stockfish does not have this
Threads.main()->us = pos->sideToMove;
}