diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-01-27 19:41:18 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-01-27 19:41:18 +0100 |
commit | 329519abf2280039d53eaa6965d712e214d7dc34 (patch) | |
tree | daff9da992921d955c663cbf39570747057f64e9 /src/ft_init_lists.c | |
parent | Cleaner (diff) | |
download | 42-cub3d-329519abf2280039d53eaa6965d712e214d7dc34.tar.gz 42-cub3d-329519abf2280039d53eaa6965d712e214d7dc34.tar.bz2 42-cub3d-329519abf2280039d53eaa6965d712e214d7dc34.tar.xz 42-cub3d-329519abf2280039d53eaa6965d712e214d7dc34.tar.zst 42-cub3d-329519abf2280039d53eaa6965d712e214d7dc34.zip |
cool
Diffstat (limited to 'src/ft_init_lists.c')
-rw-r--r-- | src/ft_init_lists.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_init_lists.c b/src/ft_init_lists.c index 3554e5e..9e66e2e 100644 --- a/src/ft_init_lists.c +++ b/src/ft_init_lists.c @@ -37,6 +37,6 @@ t_cub if (!(clist->map[0] = (char*)ft_calloc(1, sizeof(char)))) return (NULL); clist->map[1] = 0; - clist->map_width = 0; + clist->map_w = 0; return (clist); } |