Hi Harley

This commit is contained in:
Joseph Redmon 2016-03-14 19:35:36 -07:00
parent 68213b835b
commit e3ee7b7cd6

View File

@ -244,7 +244,7 @@ void test_go(char *filename, char *weightfile)
row = 19 - row;
col = c - 'A';
if (col > 7) col -= 1;
if (num == 2) board[row*19 + col] = 0;
if (num == 3) board[row*19 + col] = 0;
}
} else if(num == 2){
row = 19 - row;