diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-09 15:00:25 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-09 15:00:25 +0100 |
commit | 7a26634744e67c48eda6e7eb23241b9d37c62b5d (patch) | |
tree | 01ead6cd3f4d8edad1c854e9aade31b981ff7caa /src/ft_init_funptr.c | |
parent | Good parse (diff) | |
download | 42-cub3d-7a26634744e67c48eda6e7eb23241b9d37c62b5d.tar.gz 42-cub3d-7a26634744e67c48eda6e7eb23241b9d37c62b5d.tar.bz2 42-cub3d-7a26634744e67c48eda6e7eb23241b9d37c62b5d.tar.xz 42-cub3d-7a26634744e67c48eda6e7eb23241b9d37c62b5d.tar.zst 42-cub3d-7a26634744e67c48eda6e7eb23241b9d37c62b5d.zip |
Preparing to parse the darkness
Diffstat (limited to 'src/ft_init_funptr.c')
-rw-r--r-- | src/ft_init_funptr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_init_funptr.c b/src/ft_init_funptr.c index 1988cb0..75b3cee 100644 --- a/src/ft_init_funptr.c +++ b/src/ft_init_funptr.c @@ -32,4 +32,5 @@ void clist->get_ptr[8] = ft_get_path_nl; clist->get_ptr[9] = ft_get_tex_nl; clist->get_ptr[10] = ft_get_music; + clist->get_ptr[11] = ft_get_darkness; } |