Fix move highlighting with animation off
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 2 Dec 2012 21:44:55 +0000 (22:44 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Fri, 7 Dec 2012 21:27:36 +0000 (22:27 +0100)
commit7bd64558c77750f8cb1082cb4dab1e2a8cf532d0
tree0979e709cb675122ea85716f75534cecf33a6d99
parent75a6740777dacce0256aa85aecfad5c9861ac5b5
Fix move highlighting with animation off

In WB the moving of SetHighlights to after the animation had broken the
highlighting of engine moves, because it was also moved after DrawPosition.
While it is DrawPosition that actually draws the highlights. Now it has been
moved to just before DrawPosition.
backend.c