Alter assignment method for castling rights in EditPosition
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 27 Jan 2010 11:20:53 +0000 (12:20 +0100)
committerArun Persaud <arun@nubati.net>
Sun, 7 Feb 2010 01:36:31 +0000 (17:36 -0800)
commitc4496428798ac21f23320ce52f038afced3e43cb
tree3baad6924aa17d30f8ae4623f2e03b3107c9e120
parent91d449673b904139f4bbce9e9206c161a6a9b488
Alter assignment method for castling rights in EditPosition

A temporary board for indicating if pieces should have rights is used;
this is updated when the piece is placed or moved, and used as a basis
for final-rights assignment in EditPositionDone (in stead of faking).
backend.c