Comment some elements

This commit is contained in:
Yorick Barbanneau 2021-10-15 16:51:44 +02:00
parent e1f15eacc6
commit 4f8ced6d0e

View file

@ -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... // we need to create a s_move in memory...
// and affect p_move // and affect p_move
value->last_move = create_empty_move(); value->last_move = create_empty_move();
value->last_move = p_move; //value->last_move = p_move;
if ( p_uttt->history == NULL ) { if ( p_uttt->history == NULL ) {
value->next = NULL; value->next = NULL;
} }