Fix validity check to account for drop moves.
commit55cc28826d42113b5698d2d9f51941e9f0fbcc72
authorYann Dirson <ydirson@altern.org>
Fri, 3 Aug 2007 20:23:41 +0000 (3 22:23 +0200)
committerYann Dirson <ydirson@altern.org>
Fri, 3 Aug 2007 20:23:41 +0000 (3 22:23 +0200)
tree4b6bb6635965d464579af6c408d6eed189ea9d4f
parent856d06c1e2bac0425909730486443baed341704f
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