Skip to content
Snippets Groups Projects
Commit e3ee7b7c authored by Joseph Redmon's avatar Joseph Redmon
Browse files

Hi Harley

parent 68213b83
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment