diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-11 10:16:48 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-11 10:16:48 +0100 |
commit | c581c7e3543058f015bddf96d76ac2d771ea40a0 (patch) | |
tree | b3c8fe72a65ac834fcd7edaef4e2887f49d53c90 /src/ft_init_funptr.c | |
parent | Parsed traps (diff) | |
download | 42-cub3d-c581c7e3543058f015bddf96d76ac2d771ea40a0.tar.gz 42-cub3d-c581c7e3543058f015bddf96d76ac2d771ea40a0.tar.bz2 42-cub3d-c581c7e3543058f015bddf96d76ac2d771ea40a0.tar.xz 42-cub3d-c581c7e3543058f015bddf96d76ac2d771ea40a0.tar.zst 42-cub3d-c581c7e3543058f015bddf96d76ac2d771ea40a0.zip |
Nice parse
Diffstat (limited to 'src/ft_init_funptr.c')
-rw-r--r-- | src/ft_init_funptr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_init_funptr.c b/src/ft_init_funptr.c index c74b2c8..c299336 100644 --- a/src/ft_init_funptr.c +++ b/src/ft_init_funptr.c @@ -55,5 +55,5 @@ void clist->get_ptr[10] = ft_get_music; clist->get_ptr[11] = ft_get_darkness; clist->get_ptr[12] = ft_get_skybox; - clist->get_ptr[14] = ft_get_traps; + clist->get_ptr[13] = ft_get_traps; } |