mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-03-11 15:58:08 +01:00
DroidFish: Removed implemented FIXME item.
This commit is contained in:
parent
6dd495e234
commit
8cdb10a075
@ -201,10 +201,8 @@ public class DroidChessController {
|
||||
setPlayerNames(newGame);
|
||||
} catch (ChessParseError e) {
|
||||
// Try read as PGN instead
|
||||
if (!newGame.readPGN(fenPgn, pgnOptions)) {
|
||||
// FIXME!! Should detect when PGN game contains only one invalid move.
|
||||
if (!newGame.readPGN(fenPgn, pgnOptions))
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
ss.searchResultWanted = false;
|
||||
game = newGame;
|
||||
|
Loading…
x
Reference in New Issue
Block a user