sauvegarde avant depart

This commit is contained in:
pia Lepetit
2019-06-04 18:08:48 +02:00
parent 0e52943b34
commit aa8a80b831

View File

@@ -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])