Skip to content

Commit 9f15646

Browse files
authored
Update constructor.hpp
1 parent 4bf969a commit 9f15646

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

constructor.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ void Table::constructor()
88

99
// player black starts the game
1010
setTurn(BLACK);
11-
setOpponent(WHITE);
1211

1312
// creating a blank board
1413
for (int row = 0; row < SIZE; row++)

0 commit comments

Comments
 (0)