diff options
Diffstat (limited to 'src/ft_init_lists.c')
-rw-r--r-- | src/ft_init_lists.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ft_init_lists.c b/src/ft_init_lists.c index dbf944d..d9a2ad2 100644 --- a/src/ft_init_lists.c +++ b/src/ft_init_lists.c @@ -117,7 +117,7 @@ int8_t ft_sprintf(clist->fps_count, "fps: 60"); clist->isdead = 0; clist->moves = 0; - clist->h = 0; - clist->w = 0; + clist->life_num_h = 0; + clist->life_num_w = 0; return (0); } |