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; }