Comment some element
This commit is contained in:
parent
1fb60df60e
commit
517bcfdc42
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ e_status play_move(s_utictactoe *p_uttt, s_move *p_move) {
|
|||
p_uttt->outer_tictactoe->content[p_move->outer_position] = p_uttt->inner_tictactoes[p_move->outer_position]->winner;
|
||||
}
|
||||
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);
|
||||
return YES;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue