DroidFish: Cosmetic change.

This commit is contained in:
Peter Osterlund 2013-12-23 22:02:18 +00:00
parent bc58767547
commit cceb19c70d

View File

@ -492,13 +492,13 @@ public class TextIO {
info.fromX = 4;
info.toX = 6;
info.fromY = info.toY = wtm ? 0 : 7;
info.promPiece= Piece.EMPTY;
info.promPiece = Piece.EMPTY;
} else if (strMove.equals("O-O-O") || strMove.equals("0-0-0") || strMove.equals("o-o-o")) {
info.piece = wtm ? Piece.WKING : Piece.BKING;
info.fromX = 4;
info.toX = 2;
info.fromY = info.toY = wtm ? 0 : 7;
info.promPiece= Piece.EMPTY;
info.promPiece = Piece.EMPTY;
} else {
boolean atToSq = false;
for (int i = 0; i < strMove.length(); i++) {