diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_parse_map.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/ft_parse_map.c b/src/ft_parse_map.c index 785a816..057b053 100644 --- a/src/ft_parse_map.c +++ b/src/ft_parse_map.c @@ -111,15 +111,4 @@ void ft_set_minimap_scale(clist); clist->currlvl += (clist->isdead == 0) ? (1) : (0); close(fd); - - - /* ====== MAP PRINT ====== */ - fd = 0; - ft_printf("=====================\n"); - while (clist->mlist.map[fd]) - { - ft_printf("[%s]\n", clist->mlist.map[fd]); - fd++; - } - ft_printf("\n\n"); } |