Fix 50-move counter in ICS mode
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 26 Feb 2012 21:45:12 +0000 (22:45 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 26 Feb 2012 21:45:12 +0000 (22:45 +0100)
commit76eeac799f3f52daca65d22d124cba0a0f9ee691
treeff50e3e26f367e568716f22706ede768a5e2a41a
parent609da796fb48d746f4672c00d2bd970834258b43
Fix 50-move counter in ICS mode

Marking irreversible moves in the EP_STATUS did not work in ICS mode,
as ApplyMove,which did that is never executed there. Only the boards
sent by ICS are displayed,especially in observing mode. Now the status is
derived from the ICS mov strings (x in the SAN move, or P in the long move.
backend.c