]> git.sesse.net Git - stockfish/blobdiff - src/move.cpp
Limit history range to +-2000
[stockfish] / src / move.cpp
index 96215e82478e7348654c1ce9ad5dd1e84946d874..ff0adbe5b6d7cfce860b30b732d7dc17e7cccd0f 100644 (file)
@@ -66,7 +66,8 @@ const string move_to_uci(Move m, bool chess960) {
 
 
 /// move_from_uci() takes a position and a string representing a move in
-/// simple coordinate notation and returns an equivalent Move.
+/// simple coordinate notation and returns an equivalent Move if any.
+/// Moves are guaranteed to be legal.
 
 Move move_from_uci(const Position& pos, const string& str) {