diff options
Diffstat (limited to 'src/ft_check_missing.c')
-rw-r--r-- | src/ft_check_missing.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ft_check_missing.c b/src/ft_check_missing.c index 2b49d2e..a0cb16f 100644 --- a/src/ft_check_missing.c +++ b/src/ft_check_missing.c @@ -30,9 +30,6 @@ static int if (ft_check_not_found(FT_WEAPON_TWO_SPR_PATH) < 0 || ft_check_ext(FT_WEAPON_TWO_SPR_PATH, ".xpm") < 0) return (ft_missing_error(FT_ERR_MISS_W_TWO_SPR, clist)); - if (ft_check_not_found(FT_HEAL_PACK_PATH) < 0 || - ft_check_ext(FT_HEAL_PACK_PATH, ".xpm") < 0) - return (ft_missing_error(FT_ERR_MISS_HEAL_PACK, clist)); i = 0; while ((i + 2) <= clist->mlist.topsp) { |