diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-14 01:13:23 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-14 01:13:23 +0100 |
commit | 47c6c125c7095bae50188376d8d8d10fe8b2b1c8 (patch) | |
tree | 5d4554ed336a70e0ca8e9d62ed764ff131a59330 /src/ft_init_lists.c | |
parent | Removed footsteps, in progress (diff) | |
download | 42-cub3d-47c6c125c7095bae50188376d8d8d10fe8b2b1c8.tar.gz 42-cub3d-47c6c125c7095bae50188376d8d8d10fe8b2b1c8.tar.bz2 42-cub3d-47c6c125c7095bae50188376d8d8d10fe8b2b1c8.tar.xz 42-cub3d-47c6c125c7095bae50188376d8d8d10fe8b2b1c8.tar.zst 42-cub3d-47c6c125c7095bae50188376d8d8d10fe8b2b1c8.zip |
Better than nothing
Diffstat (limited to 'src/ft_init_lists.c')
-rw-r--r-- | src/ft_init_lists.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_init_lists.c b/src/ft_init_lists.c index af79b45..5726a5b 100644 --- a/src/ft_init_lists.c +++ b/src/ft_init_lists.c @@ -80,7 +80,6 @@ static int8_t cl->rlist = ft_init_s_ray(); if (ft_init_sfx(&cl->sfx) < 0) return (-1); - cl->plist.isdead = 0; cl->currlvl = 0; cl->walltexgood = 0; ft_init_funptr(cl); |