Fix pasting of moves after starting from position file
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 27 Jan 2016 19:14:07 +0000 (20:14 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 27 Jan 2016 19:14:07 +0000 (20:14 +0100)
commit8bd7a1e708318c5f1eb68166b81f8007fa953b9b
tree6a36f595136bb56141386a8b130b661ab9434b33
parent5706c744093bc8e1113e3becc40e5d519dc4e684
Fix pasting of moves after starting from position file

When starting from a position file boards[0] would be set to the position,
but initialPosition was not. In LoadGame() initialPosition would then be
copied to boards[0] before loading the game, and without FEN or variant
PGN tag would not be corrected.
backend.c