Let move parser return ImpossibleMove for off-board moves
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 6 May 2010 14:37:04 +0000 (16:37 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Thu, 6 May 2010 14:37:04 +0000 (16:37 +0200)
commita15bbfef8f07903c37d3713561f50733e912abcd
tree8f28f95c8d9fe3b2aa507033fec7813db709749f
parent3e6512b1c72eafde8370ecba041923840d1085c1
Let move parser return ImpossibleMove for off-board moves

It used to return 0, which interfered with buiding a game list. This
broke reading of multi-game PGN files containing games in a variant with
a board size larger than that of the currenty active variant.
parser.l