mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-20 04:32:17 +01:00
DroidFish: Removed implemented FIXME item.
This commit is contained in:
@@ -201,11 +201,9 @@ public class DroidChessController {
|
|||||||
setPlayerNames(newGame);
|
setPlayerNames(newGame);
|
||||||
} catch (ChessParseError e) {
|
} catch (ChessParseError e) {
|
||||||
// Try read as PGN instead
|
// Try read as PGN instead
|
||||||
if (!newGame.readPGN(fenPgn, pgnOptions)) {
|
if (!newGame.readPGN(fenPgn, pgnOptions))
|
||||||
// FIXME!! Should detect when PGN game contains only one invalid move.
|
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
ss.searchResultWanted = false;
|
ss.searchResultWanted = false;
|
||||||
game = newGame;
|
game = newGame;
|
||||||
game.setComputerPlayer(computerPlayer);
|
game.setComputerPlayer(computerPlayer);
|
||||||
|
|||||||
Reference in New Issue
Block a user