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:
parent
60c5f4b63c
commit
3ece8b3cc8
|
@ -89,6 +89,7 @@ void position(Position *pos, istringstream &is)
|
|||
#endif // THREEFOLD_REPETITION
|
||||
}
|
||||
|
||||
// TODO: Stockfish does not have this
|
||||
Threads.main()->us = pos->sideToMove;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue