diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-05 17:26:10 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-05 17:26:10 +0100 |
commit | 08dce587032f08c5bfbc2790bdb2d668ca1990c1 (patch) | |
tree | a927bf674dfa6d1d3efd03ef06dfacb115ae238f /src/ft_parse_map.c | |
parent | map fix (diff) | |
download | 42-cub3d-08dce587032f08c5bfbc2790bdb2d668ca1990c1.tar.gz 42-cub3d-08dce587032f08c5bfbc2790bdb2d668ca1990c1.tar.bz2 42-cub3d-08dce587032f08c5bfbc2790bdb2d668ca1990c1.tar.xz 42-cub3d-08dce587032f08c5bfbc2790bdb2d668ca1990c1.tar.zst 42-cub3d-08dce587032f08c5bfbc2790bdb2d668ca1990c1.zip |
int16_tamer
Diffstat (limited to 'src/ft_parse_map.c')
-rw-r--r-- | src/ft_parse_map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_parse_map.c b/src/ft_parse_map.c index 58df20a..64b590b 100644 --- a/src/ft_parse_map.c +++ b/src/ft_parse_map.c @@ -122,6 +122,5 @@ void if ((clist->scale = ((uint16_t)clist->wlist->x_size / (uint16_t)clist->map_w) - 1) < 1) clist->scale = 1; - ft_print_list(clist); close(fd); } |