From fcf4c36c2027d268afd7925785e8588fcb2d920c Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Mon, 9 Mar 2020 20:50:36 +0100 Subject: Not done --- src/ft_get_skybox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ft_get_skybox.c') diff --git a/src/ft_get_skybox.c b/src/ft_get_skybox.c index 011bec7..47c395e 100644 --- a/src/ft_get_skybox.c +++ b/src/ft_get_skybox.c @@ -35,7 +35,7 @@ int8_t } if (ft_check_not_found(clist->mlist.skybox_path) < 0) { - ft_sprintf(clist->errmsg, FT_ERR_RD_NL_MAP); + ft_sprintf(clist->errmsg, FT_ERR_RD_SB); return (-1); } clist->mlist.isskybox = 1; -- cgit v1.2.3