Comment some elements
This commit is contained in:
parent
517bcfdc42
commit
e1f15eacc6
1 changed files with 3 additions and 3 deletions
|
@ -286,9 +286,9 @@ e_status play_move(s_utictactoe *p_uttt, s_move *p_move) {
|
||||||
//check if we have a winner in inner_ttt then set player to outer
|
//check if we have a winner in inner_ttt then set player to outer
|
||||||
p_uttt->outer_tictactoe->content[p_move->outer_position] = p_uttt->inner_tictactoes[p_move->outer_position]->winner;
|
p_uttt->outer_tictactoe->content[p_move->outer_position] = p_uttt->inner_tictactoes[p_move->outer_position]->winner;
|
||||||
}
|
}
|
||||||
else {
|
//else {
|
||||||
//p_uttt->outer_tictactoe->content[p_move->outer_position] = p_move->player;
|
// p_uttt->outer_tictactoe->content[p_move->outer_position] = p_move->player;
|
||||||
}
|
//}
|
||||||
set_tictactoe_winner(p_uttt->outer_tictactoe);
|
set_tictactoe_winner(p_uttt->outer_tictactoe);
|
||||||
return YES;
|
return YES;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue