mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-24 13:47:13 +00:00
update translation
1 line src\eval\nnue\features\half_kp.cpp 1 line src\movegen.h
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ struct MoveList {
|
||||
return std::find(begin(), end(), move) != end();
|
||||
}
|
||||
|
||||
// i”Ô–Ú‚Ì—v‘f‚ð•Ô‚·
|
||||
// returns the i th element
|
||||
const ExtMove at(size_t i) const { assert(0 <= i && i < size()); return begin()[i]; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user