diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-09 23:08:39 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-09 23:08:39 +0100 |
commit | a4eae07949127cbdfa9030ad086c1d0edfa8e1f5 (patch) | |
tree | 419651274887318990adb6e434d5f5bcfb835340 /src/ft_init_funptr.c | |
parent | gang_2 (diff) | |
parent | Map update (diff) | |
download | 42-cub3d-a4eae07949127cbdfa9030ad086c1d0edfa8e1f5.tar.gz 42-cub3d-a4eae07949127cbdfa9030ad086c1d0edfa8e1f5.tar.bz2 42-cub3d-a4eae07949127cbdfa9030ad086c1d0edfa8e1f5.tar.xz 42-cub3d-a4eae07949127cbdfa9030ad086c1d0edfa8e1f5.tar.zst 42-cub3d-a4eae07949127cbdfa9030ad086c1d0edfa8e1f5.zip |
Merge branch 'skybox'
Diffstat (limited to '')
-rw-r--r-- | src/ft_init_funptr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ft_init_funptr.c b/src/ft_init_funptr.c index f95e020..6bfa3f7 100644 --- a/src/ft_init_funptr.c +++ b/src/ft_init_funptr.c @@ -28,7 +28,8 @@ void ft_sprintf(clist->ref[9], "LT"); ft_sprintf(clist->ref[10], "MU"); ft_sprintf(clist->ref[11], "SH"); - ft_bzero(clist->ref[12], 3); + ft_sprintf(clist->ref[12], "SB"); + ft_bzero(clist->ref[13], 3); } void @@ -52,4 +53,5 @@ 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_skybox; } |