From aa8a80b831f39f66bdaf95698a9cb81010b71cba Mon Sep 17 00:00:00 2001 From: pia Lepetit Date: Tue, 4 Jun 2019 18:08:48 +0200 Subject: [PATCH] sauvegarde avant depart --- f_search_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f_search_map.c b/f_search_map.c index 2c00623..cd1ccac 100644 --- a/f_search_map.c +++ b/f_search_map.c @@ -194,7 +194,7 @@ int fill_map(unsigned int *map, t_fillist *list, int size) } if (list->dope[1]) if (check_tetri_memory(list, list->position)) - if (check_others(map, list, size, list->total)) +// if (check_others(map, list, size, list->total)) if (fill_map(map, list->next, size)) return (1); if (!list->dope[1])