DroidFish: Display chess moves using localized piece names.

This commit is contained in:
Peter Osterlund
2012-08-19 10:05:42 +00:00
parent 986d30991d
commit 5c161d2101
22 changed files with 271 additions and 111 deletions

View File

@@ -48,7 +48,7 @@ public final class MoveGen {
/**
* Generate and return a list of pseudo-legal moves.
* Pseudo-legal means that the moves doesn't necessarily defend from check threats.
* Pseudo-legal means that the moves don't necessarily defend from check threats.
*/
public final MoveList pseudoLegalMoves(Position pos) {
MoveList moveList = getMoveListObj();