Build move list of game position for general use
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 31 May 2013 17:27:30 +0000 (19:27 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 21 Oct 2013 08:40:24 +0000 (10:40 +0200)
commit58d3dab5dece27790b3229b7e75cc2427dbf2290
tree858594fd3daffefd13cc6c27ae70bf5869b7a87b
parent313b9b197b70ca0fbf92c6d097738d0d94c31d4e
Build move list of game position for general use

Both ParseMove and Highlight needed a move list, and geerated it on the fly.
This shared code has been moved to a separate routine. New variables
listStart and listEnd point out this list on the move stack, as replaement
for the more volatile retMSP and retFirst.
hachu.c