]> git.cworth.org Git - loa/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:50 +0000 (21:23 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 29 Feb 2008 05:23:50 +0000 (21:23 -0800)
commit02c2a593d513b433348523b6bc22abb0572edc43
tree75e5eb6eb735ea476ca56b6ecd9abb81ae2a5c67
parentbd9dff8fe6846704fecbc1f35018026cee638d37
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