Fix taking back of moves
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 10 Apr 2018 16:07:23 +0000 (18:07 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 10 Apr 2018 16:16:42 +0000 (18:16 +0200)
commit554e685e6c47d5e6c7baff69304d89064a0f49b7
tree13c7b6d57af7e7a684e49747568700f6e68ff7d1
parentfbd696f14c8e181e6ac601e8db195dae15eb1bef
Fix taking back of moves

The loop over game history to remake the moves upto the desired position
was incrementing moveNr, but the RootMakeMove() it called already did that
too. With as a result that only white moves were replayed.
dropper.c