aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_init_map.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-27 15:07:32 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-27 15:07:32 +0100
commita713e118950f62700a43d21aa33fd2e3d7673af9 (patch)
tree6ee55630bb28d6626823ad819c62195a9c2bbb5a /src/ft_init_map.c
parentIn progress (diff)
download42-cub3d-a713e118950f62700a43d21aa33fd2e3d7673af9.tar.gz
42-cub3d-a713e118950f62700a43d21aa33fd2e3d7673af9.tar.bz2
42-cub3d-a713e118950f62700a43d21aa33fd2e3d7673af9.tar.xz
42-cub3d-a713e118950f62700a43d21aa33fd2e3d7673af9.tar.zst
42-cub3d-a713e118950f62700a43d21aa33fd2e3d7673af9.zip
Problem
Diffstat (limited to 'src/ft_init_map.c')
-rw-r--r--src/ft_init_map.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_init_map.c b/src/ft_init_map.c
index e85c6a6..72a02fd 100644
--- a/src/ft_init_map.c
+++ b/src/ft_init_map.c
@@ -67,7 +67,6 @@ int8_t
mlist->weapon_var = 0;
mlist->topsp = 0;
ft_bzero(mlist->sprite_nbr, FT_TOTAL_SPRT);
- ft_bzero(mlist->sprite_order, FT_TOTAL_SPRT);
i = -1;
while (++i < FT_TOTAL_SPRT)
ft_bzero(mlist->sprite_order[i], 4096);