Fix an off-by-one on the pawn 2D array indexes.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 27 Apr 2017 20:03:30 +0000 (22:03 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 27 Apr 2017 20:03:30 +0000 (22:03 +0200)
commit54f1c58cef6764fdd611eedc267e7491e777c09b
tree7d4a1d90c594e610a28e4443e2852f183275aecd
parent74e2b93b658575fa792ada51c3bf1cdc3cfde247
Fix an off-by-one on the pawn 2D array indexes.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
analyse_descendante
lib/constants.h
lib/debug.c [new file with mode: 0644]
lib/debug.h [new file with mode: 0644]
lib/list.h [new file with mode: 0644]
lib/othello.c
lib/othello.h
lib/ui.c
src/main.c