diff options
author | Rudy Bousset <rbousset@z1r3p1.le-101.fr> | 2020-03-05 19:45:26 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z1r3p1.le-101.fr> | 2020-03-05 19:45:26 +0100 |
commit | 528526dece384c9078d888a904c3fe96f1b0845c (patch) | |
tree | 059bf5332cd463578bbedf1aaa22a06d2b4733eb /src/ft_music.c | |
parent | DARK (diff) | |
download | 42-cub3d-528526dece384c9078d888a904c3fe96f1b0845c.tar.gz 42-cub3d-528526dece384c9078d888a904c3fe96f1b0845c.tar.bz2 42-cub3d-528526dece384c9078d888a904c3fe96f1b0845c.tar.xz 42-cub3d-528526dece384c9078d888a904c3fe96f1b0845c.tar.zst 42-cub3d-528526dece384c9078d888a904c3fe96f1b0845c.zip |
Baleck
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 aec5e58..368cb05 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); } |