diff options
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 6d668dc..6bfa3f7 100644 --- a/src/ft_init_funptr.c +++ b/src/ft_init_funptr.c @@ -53,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; } |