mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 16:46:30 +08:00
Another round of spelling fixes
And also renamed a loop variable while there. No functional change.
This commit is contained in:
committed by
Marco Costalba
parent
13a73f67c0
commit
a8af78c833
@@ -284,7 +284,7 @@ void MovePicker::generate_next() {
|
||||
|
||||
|
||||
/// next_move() is the most important method of the MovePicker class. It returns
|
||||
/// a new pseudo legal move every time is called, until there are no more moves
|
||||
/// a new pseudo legal move every time it is called, until there are no more moves
|
||||
/// left. It picks the move with the biggest score from a list of generated moves
|
||||
/// taking care not returning the ttMove if has already been searched previously.
|
||||
template<>
|
||||
|
||||
Reference in New Issue
Block a user