Fix variant switch on PGN loading
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 5 Jul 2010 07:55:14 +0000 (09:55 +0200)
committerArun Persaud <arun@nubati.net>
Wed, 14 Jul 2010 04:25:07 +0000 (21:25 -0700)
commit35958a4e08bb03564ef2c98672a146e9c23365c7
treef557167a76eb1458809bdfd36455a2090080de45
parent6a5089a4fa20889fe9292d2187cf676fe2338303
Fix variant switch on PGN loading

When the PGN specified an essentially different variant, the
piece bitmaps were not properly adapted, because the switch was done by
calling InitPosition(), rather than Reset(). (The latter would destroy
the PGN tags info.) We now added an explicit call to ResetFrontEnd(),
(which is normally done from Reset()).
backend.c