diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_init_map.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_init_map.c b/src/ft_init_map.c index a6704b6..e2cfa21 100644 --- a/src/ft_init_map.c +++ b/src/ft_init_map.c @@ -42,6 +42,7 @@ int8_t mlist->map[1] = 0; mlist->map_w = 0; mlist->map_h = 0; + mlist->mapl_len = 0; mlist->x_step = 0; mlist->y_step = 0; mlist->line_chk = 0; |