aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_init_lists.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_init_lists.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_init_lists.c b/src/ft_init_lists.c
index 02ca36c..f81e256 100644
--- a/src/ft_init_lists.c
+++ b/src/ft_init_lists.c
@@ -54,6 +54,6 @@ t_cub
clist->c_color = -1;
clist->map_w = 0;
clist->line_chk = 0;
- clist->nsew = 0;
+ clist->isspawn = 0;
return (clist);
}