aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_get_skybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_get_skybox.c')
-rw-r--r--src/ft_get_skybox.c2
1 files changed, 1 insertions, 1 deletions
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;