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, 2 insertions, 2 deletions
diff --git a/src/ft_select_get.c b/src/ft_select_get.c
index 745b26d..143dc09 100644
--- a/src/ft_select_get.c
+++ b/src/ft_select_get.c
@@ -57,8 +57,8 @@ static int8_t
return (-1);
if (ret == 13 && (clist->mlist.traps_path[0]))
return (-1);
- if (ret > 13 && ret < 21 && (clist->mlist.sprite_path[ret - 13][0]))
- return (-1);
+ if (ret > 13 && ret < 21 && (clist->mlist.sprite_path[ret - 13][0]))
+ return (-1);
return (ret);
}