We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110401d commit 4bf969aCopy full SHA for 4bf969a
1 file changed
check_file.hpp
@@ -26,12 +26,10 @@ bool Table::checkFile()
26
if (getTurn() == BLACK)
27
{
28
setTurn(WHITE);
29
- setOpponent(BLACK);
30
}
31
else
32
33
setTurn(BLACK);
34
- setOpponent(WHITE);
35
36
marker();
37
// in case there is no legal move for the next user the side is switched
@@ -40,12 +38,10 @@ bool Table::checkFile()
40
38
41
39
42
43
44
45
46
47
48
49
50
// updating the legal tiles after changing the side
51
0 commit comments