Comment some elements
This commit is contained in:
parent
e1f15eacc6
commit
4f8ced6d0e
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ e_status play_move(s_utictactoe *p_uttt, s_move *p_move) {
|
|||
// we need to create a s_move in memory...
|
||||
// and affect p_move
|
||||
value->last_move = create_empty_move();
|
||||
value->last_move = p_move;
|
||||
//value->last_move = p_move;
|
||||
if ( p_uttt->history == NULL ) {
|
||||
value->next = NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue