From c0264d533fc95639c8eeb570d131746f67d64fe9 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 28 Mar 2020 15:21:21 +0100 Subject: Removed skybox related bloat --- src/ft_init_funptr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ft_init_funptr.c') diff --git a/src/ft_init_funptr.c b/src/ft_init_funptr.c index d944778..8702277 100644 --- a/src/ft_init_funptr.c +++ b/src/ft_init_funptr.c @@ -28,7 +28,6 @@ void ft_sprintf(clist->ref[9], "LT"); ft_sprintf(clist->ref[10], "MU"); ft_sprintf(clist->ref[11], "SH"); - ft_sprintf(clist->ref[12], "SB"); ft_sprintf(clist->ref[13], "T"); ft_sprintf(clist->ref[14], "S3"); ft_sprintf(clist->ref[15], "S4"); @@ -61,6 +60,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; clist->get_ptr[13] = ft_get_traps; } -- cgit v1.2.3