aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_select_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_select_get.c')
-rw-r--r--src/ft_select_get.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ft_select_get.c b/src/ft_select_get.c
index d44fa88..eb68711 100644
--- a/src/ft_select_get.c
+++ b/src/ft_select_get.c
@@ -17,6 +17,8 @@ ft_get_id(char **words)
return (4);
if (!ft_strncmp(words[0], "S", 1))
return (5);
+ /* if (!ft_strncmp(words[0], "F", 1)) */
+ /* return (6); */
return (12);
}
@@ -32,7 +34,7 @@ ft_select_get(char **words, t_cub *clist)
fun_ptr[3] = ft_get_tex_ea;
fun_ptr[4] = ft_get_tex_we;
fun_ptr[5] = ft_get_sprite;
- fun_ptr[6] = ft_get_colors;
+ /* fun_ptr[6] = ft_get_f_color; */
if ((id = ft_get_id(words)) == 12)
{
ft_free_words(words);