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