diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-09 20:50:36 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-09 20:50:36 +0100 |
commit | fcf4c36c2027d268afd7925785e8588fcb2d920c (patch) | |
tree | ad08d56b5da3ddd89f58fd3796ece96176a3cbe3 /src/ft_get_skybox.c | |
parent | In progress, Makefile was bav back then (diff) | |
download | 42-cub3d-fcf4c36c2027d268afd7925785e8588fcb2d920c.tar.gz 42-cub3d-fcf4c36c2027d268afd7925785e8588fcb2d920c.tar.bz2 42-cub3d-fcf4c36c2027d268afd7925785e8588fcb2d920c.tar.xz 42-cub3d-fcf4c36c2027d268afd7925785e8588fcb2d920c.tar.zst 42-cub3d-fcf4c36c2027d268afd7925785e8588fcb2d920c.zip |
Not done
Diffstat (limited to '')
-rw-r--r-- | src/ft_get_skybox.c | 2 |
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; |