diff options
author | Rudy Bousset <rbousset@z1r3p1.le-101.fr> | 2020-03-05 20:10:32 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z1r3p1.le-101.fr> | 2020-03-05 20:10:32 +0100 |
commit | fc16107a59e006e30ac8aafceef4246a2db788b7 (patch) | |
tree | d31edffbf5d25748ce8117043c29bc05cfc657ad /src/ft_music.c | |
parent | Baleck (diff) | |
download | 42-cub3d-fc16107a59e006e30ac8aafceef4246a2db788b7.tar.gz 42-cub3d-fc16107a59e006e30ac8aafceef4246a2db788b7.tar.bz2 42-cub3d-fc16107a59e006e30ac8aafceef4246a2db788b7.tar.xz 42-cub3d-fc16107a59e006e30ac8aafceef4246a2db788b7.tar.zst 42-cub3d-fc16107a59e006e30ac8aafceef4246a2db788b7.zip |
qweqwe
Diffstat (limited to 'src/ft_music.c')
-rw-r--r-- | src/ft_music.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_music.c b/src/ft_music.c index 368cb05..aec5e58 100644 --- a/src/ft_music.c +++ b/src/ft_music.c @@ -24,7 +24,7 @@ void cl = (t_cub *)vargp; cl->isoldmus = 1; pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); - /* while (1) */ + while (1) system(cl->mlist.music_cmd); return (NULL); } |