From 4f8ced6d0ec39478e08ad6c54b37df2e058ddac0 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 15 Oct 2021 16:51:44 +0200 Subject: [PATCH] Comment some elements --- src/model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model.c b/src/model.c index 4102b3c..267444f 100644 --- a/src/model.c +++ b/src/model.c @@ -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; }