update translation

1 line src\eval\nnue\features\half_kp.cpp
1 line src\movegen.h
This commit is contained in:
FireFather
2020-07-03 09:24:15 +09:00
committed by nodchip
parent c679e8f360
commit 9c19021808
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ struct MoveList {
return std::find(begin(), end(), move) != end();
}
// i”Ô–Ú‚Ì—vf‚ð•Ô‚·
// returns the i th element
const ExtMove at(size_t i) const { assert(0 <= i && i < size()); return begin()[i]; }
private: