diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-28 15:43:11 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-28 15:43:11 +0100 |
commit | a3bbca59528b7c74369988b480e83b66224638ef (patch) | |
tree | 44eac6d8b8307976d53fda4733e10b4b3f1be531 /src/ft_init_funptr.c | |
parent | ok (diff) | |
download | 42-cub3d-a3bbca59528b7c74369988b480e83b66224638ef.tar.gz 42-cub3d-a3bbca59528b7c74369988b480e83b66224638ef.tar.bz2 42-cub3d-a3bbca59528b7c74369988b480e83b66224638ef.tar.xz 42-cub3d-a3bbca59528b7c74369988b480e83b66224638ef.tar.zst 42-cub3d-a3bbca59528b7c74369988b480e83b66224638ef.zip |
Removed skybox shit
Diffstat (limited to '')
-rw-r--r-- | src/ft_init_funptr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ft_init_funptr.c b/src/ft_init_funptr.c index 8702277..99983c6 100644 --- a/src/ft_init_funptr.c +++ b/src/ft_init_funptr.c @@ -28,6 +28,7 @@ void ft_sprintf(clist->ref[9], "LT"); ft_sprintf(clist->ref[10], "MU"); ft_sprintf(clist->ref[11], "SH"); + ft_sprintf(clist->ref[12], "C"); ft_sprintf(clist->ref[13], "T"); ft_sprintf(clist->ref[14], "S3"); ft_sprintf(clist->ref[15], "S4"); @@ -60,5 +61,6 @@ void clist->get_ptr[9] = ft_get_tex_nl; clist->get_ptr[10] = ft_get_music; clist->get_ptr[11] = ft_get_darkness; + clist->get_ptr[12] = ft_get_c_color; clist->get_ptr[13] = ft_get_traps; } |