Fix castling rights on using -lgf
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 29 Aug 2014 19:15:29 +0000 (21:15 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 29 Aug 2014 19:20:48 +0000 (21:20 +0200)
commit5ac80d2f3c2a7720f3095a8e4145b1780494dfd2
tree4200e8c47173d9ee7c94392a9ae31261291c2d19
parent60082806a890461944c2f6b5d424ec659b23001a
Fix castling rights on using -lgf

The dummy InitPosition to force loading pieces was taking place after
InitBackend2(), while the latter could have already loaded a game
from an -lgf argument (which would then be spoiled by the InitPosition).
It has been moved to before InitBackend2() now.
gtk/xboard.c
xaw/xboard.c