Let -oneClickMove also work in EditGame mode
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 27 Oct 2010 18:04:01 +0000 (20:04 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Thu, 28 Oct 2010 09:08:02 +0000 (11:08 +0200)
commite9468d50717061047e1dbc5817d0f69b12c291c8
tree544c471add2a868aecc7ec0a2d14a65d644f95f3
parent4b0f536ec8bd8b8b481fa267194fe283c00fdcb7
Let -oneClickMove also work in EditGame mode

There is really no reason why people that lke one-clcik moves enough to
switch them on would not want to use them too when editing a game.
This solves a nast inconsistency, as before it used to work in -ncp mode
on the _first_ move, as the mode is then BeginningOfGame, and not yet
EditGame, and we do want it to work for BeginningOfGame, as this is
also the game mode when you start playing as white.
backend.c