Fix validity check to account for drop moves.
commit17ee5d52df0c6b39c4c907dece1260c79e07f265
authorYann Dirson <ydirson@altern.org>
Sat, 4 Aug 2007 12:25:46 +0000 (4 14:25 +0200)
committerPaolo Capriotti <p.capriotti@gmail.com>
Sun, 5 Aug 2007 19:15:41 +0000 (5 21:15 +0200)
treeb499dcde5b23c09866be13a7d3749363b3d25a49
parentae396084cfcd3b5b2b17031b6154b771b082df6a
Fix validity check to account for drop moves.

Checking the origin Point of a move is probably useless.  We know our
Piece is on a valid Point anyway, that is supposed to be checked
already.  Or maybe this check can be called in other situations ?
src/hlvariant/chess/move.cpp