]> git.cworth.org Git - loudgame/commit
Fix check for out-of-range values passed to loa_board_move_legal
authorCarl Worth <cworth@cworth.org>
Fri, 29 Feb 2008 05:23:24 +0000 (21:23 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 29 Feb 2008 05:23:24 +0000 (21:23 -0800)
commitb61845704f880755cbfc2574ac1b3eca8d237f20
tree122243f8eda2883cc637ba8e2c3ad0d79dc5e695
parent53f4e9ba973bb1f15f41ba8fdd46ce592eafd9a2
Fix check for out-of-range values passed to loa_board_move_legal

Previously we were only checking the first coordinate pair
instead of both. Oops.
loa-board.c