aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_init_map.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-16 18:02:33 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-16 18:02:33 +0100
commit6e8b3cbc0f124d9543f9f4e1bbcdb97a2477dda0 (patch)
tree7cf063822c8a02b9ecdc51545eddfab843b4a9fa /src/ft_init_map.c
parent3,000,000 bytes leaked xd fuck heap (diff)
download42-cub3d-6e8b3cbc0f124d9543f9f4e1bbcdb97a2477dda0.tar.gz
42-cub3d-6e8b3cbc0f124d9543f9f4e1bbcdb97a2477dda0.tar.bz2
42-cub3d-6e8b3cbc0f124d9543f9f4e1bbcdb97a2477dda0.tar.xz
42-cub3d-6e8b3cbc0f124d9543f9f4e1bbcdb97a2477dda0.tar.zst
42-cub3d-6e8b3cbc0f124d9543f9f4e1bbcdb97a2477dda0.zip
On the way
Diffstat (limited to '')
-rw-r--r--src/ft_init_map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ft_init_map.c b/src/ft_init_map.c
index 813a795..4fcff7e 100644
--- a/src/ft_init_map.c
+++ b/src/ft_init_map.c
@@ -42,7 +42,7 @@ static int8_t
}
static int8_t
- ft_calloc_sprites(t_map *mlist)
+ ft_calloc_sprites_path(t_map *mlist)
{
uint8_t i;
@@ -76,7 +76,7 @@ int8_t
return (-1);
mlist->map[1] = 0;
mlist->mcmd_words[1] = 0;
- if (ft_calloc_sprites(mlist) < 0)
+ if (ft_calloc_sprites_path(mlist) < 0)
return (-1);
mlist->map_w = 0;
mlist->map_h = 0;