Always assume FEN in variant-fairy PGN game is initial position
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 6 Feb 2016 15:19:52 +0000 (16:19 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 6 Feb 2016 15:19:52 +0000 (16:19 +0100)
commit636545bf1dd3469ad645b9b4f656df9086601aa9
tree6c52b33d5a7a6ed8bb6e39f0258739f40de9f93a
parent9efb2d38d555f7ca5d0666246f789979d9d4115e
Always assume FEN in variant-fairy PGN game is initial position

As variant fairy is a catch-all without a defined initial position,
the FEN tag n a PGN game for this variant must be considered an initial
position. So we copy over the FEN position to the initial one in this
case. Otherwise castling would always be thought illegal in fairy games
loaded from PGN.
backend.c