X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gamelist.c;h=a96aeca5f817f5294e2aad51753ee1dbd62e8907;hb=daf0fb324ca20ca54b49b1604dbc3d4ecf9ecf85;hp=0c2f1b6d4705866179078319aeb26c4fe6f4a023;hpb=50557f2672d69023a07441d0ae2ecea73d7f6af4;p=xboard.git diff --git a/gamelist.c b/gamelist.c index 0c2f1b6..a96aeca 100644 --- a/gamelist.c +++ b/gamelist.c @@ -305,7 +305,7 @@ GameListBuild (FILE *f) } while (cm == PGNTag || cm == Comment); if(1) { int btm=0; - if(currentListGame->gameInfo.fen) ParseFEN(boards[scratch], &btm, currentListGame->gameInfo.fen); + if(currentListGame->gameInfo.fen) ParseFEN(boards[scratch], &btm, currentListGame->gameInfo.fen, FALSE); else CopyBoard(boards[scratch], initialPosition); plyNr = (btm != 0); currentListGame->moves = PackGame(boards[scratch]);