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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ft_select_get.c b/src/ft_select_get.c
index 143dc09..2c37b8f 100644
--- a/src/ft_select_get.c
+++ b/src/ft_select_get.c
@@ -53,8 +53,6 @@ static int8_t
return (-1);
if (ret == 10 && (clist->mlist.music_path[0]))
return (-1);
- if (ret == 12 && (clist->mlist.skybox_path[0]))
- return (-1);
if (ret == 13 && (clist->mlist.traps_path[0]))
return (-1);
if (ret > 13 && ret < 21 && (clist->mlist.sprite_path[ret - 13][0]))