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_treat_args.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_treat_args.c')
-rw-r--r-- | src/ft_treat_args.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ft_treat_args.c b/src/ft_treat_args.c index 3a7f217..338b54f 100644 --- a/src/ft_treat_args.c +++ b/src/ft_treat_args.c @@ -42,7 +42,8 @@ uint8_t if (clist->mlist->ismusic) { pthread_create(&tid, NULL, ft_music_thread, clist); - pthread_join(tid, NULL); + /* pthread_join(tid, NULL); */ + } ft_hooks_and_loops(clist->wlist, clist); } |