Don't switch to engine-defined variant on game loading
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 15 Oct 2014 21:48:14 +0000 (23:48 +0200)
committerArun Persaud <arun@nubati.net>
Thu, 16 Oct 2014 03:40:20 +0000 (20:40 -0700)
commit22fb70979f674fbf883e007998e8a2399c6745ad
treea9bca3a9f2d037f413ea4d3add2b5741c47a44a8
parentba3e6a6301920d112fde459b61a5a5206565dcbd
Don't switch to engine-defined variant on game loading

When loading a game from PGN the variant tag will have been decoded as
'normal' in case of an engine-defined variant, and we certainly would
not want to switch to that. Better stay in the variant the user had
selected before, and hope for the best.
backend.c