diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-02 01:35:28 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-02 01:35:28 +0100 |
commit | 4a924bfb871ed850eccf85fe122bb8120f0ef36a (patch) | |
tree | fbb562d9ce4c010fe0fb57274e063c5ca0e6c57f /src/ft_get_music.c | |
parent | ok (diff) | |
download | 42-cub3d-4a924bfb871ed850eccf85fe122bb8120f0ef36a.tar.gz 42-cub3d-4a924bfb871ed850eccf85fe122bb8120f0ef36a.tar.bz2 42-cub3d-4a924bfb871ed850eccf85fe122bb8120f0ef36a.tar.xz 42-cub3d-4a924bfb871ed850eccf85fe122bb8120f0ef36a.tar.zst 42-cub3d-4a924bfb871ed850eccf85fe122bb8120f0ef36a.zip |
OSEF again
Diffstat (limited to 'src/ft_get_music.c')
-rw-r--r-- | src/ft_get_music.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_get_music.c b/src/ft_get_music.c index b232980..86ec7d6 100644 --- a/src/ft_get_music.c +++ b/src/ft_get_music.c @@ -38,5 +38,6 @@ int8_t ft_sprintf(clist->errmsg, FT_ERR_RD_MUSIC); return (-1); } + clist->mlist->ismusic = 1; return (0); } |