diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-09 02:46:24 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-09 02:46:24 +0100 |
commit | 85fd7ecfbcc4abaf55e0d302471571b6a8f54f16 (patch) | |
tree | 5d45657b800966c91b16eeaafd61c9a22bc6305f /src/ft_get_tex_extra.c | |
parent | Reparse, may not compile (diff) | |
download | 42-cub3d-85fd7ecfbcc4abaf55e0d302471571b6a8f54f16.tar.gz 42-cub3d-85fd7ecfbcc4abaf55e0d302471571b6a8f54f16.tar.bz2 42-cub3d-85fd7ecfbcc4abaf55e0d302471571b6a8f54f16.tar.xz 42-cub3d-85fd7ecfbcc4abaf55e0d302471571b6a8f54f16.tar.zst 42-cub3d-85fd7ecfbcc4abaf55e0d302471571b6a8f54f16.zip |
the smartest that every lived
Diffstat (limited to 'src/ft_get_tex_extra.c')
-rw-r--r-- | src/ft_get_tex_extra.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ft_get_tex_extra.c b/src/ft_get_tex_extra.c index acb7495..25f9c23 100644 --- a/src/ft_get_tex_extra.c +++ b/src/ft_get_tex_extra.c @@ -37,7 +37,7 @@ int8_t ft_sprintf(clist->errmsg, FT_ERR_RD_NL_TEX); return (-1); } - clist->isftex = 1; + clist->mlist.isftex = 1; return (0); } @@ -65,6 +65,6 @@ int8_t ft_sprintf(clist->errmsg, FT_ERR_RD_NL_TEX); return (-1); } - clist->isctex = 1; + clist->mlist.isctex = 1; return (0); } |