diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-06 21:47:09 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-06 21:47:09 +0100 |
commit | 3048aae5d3f50359f19e0d440376ae422a16a7b7 (patch) | |
tree | 056ef0bcf64a304759e2fe29bf3a0ccdacd3786f /src/ft_warp_level.c | |
parent | boy (diff) | |
download | 42-cub3d-3048aae5d3f50359f19e0d440376ae422a16a7b7.tar.gz 42-cub3d-3048aae5d3f50359f19e0d440376ae422a16a7b7.tar.bz2 42-cub3d-3048aae5d3f50359f19e0d440376ae422a16a7b7.tar.xz 42-cub3d-3048aae5d3f50359f19e0d440376ae422a16a7b7.tar.zst 42-cub3d-3048aae5d3f50359f19e0d440376ae422a16a7b7.zip |
Good enough
Diffstat (limited to '')
-rw-r--r-- | src/ft_warp_level.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ft_warp_level.c b/src/ft_warp_level.c index 2721aca..37789a5 100644 --- a/src/ft_warp_level.c +++ b/src/ft_warp_level.c @@ -78,9 +78,7 @@ static void { kill(cl->mpid, SIGTERM); wait(&cl->mpid); - /* cl->mpid = fork(); */ - /* if (cl->mpid == 0) */ - /* ft_music_fork(cl->mlist.mcmd_words); */ + ft_enable_music(cl); } else if (isoldmus && cl->mlist.ismusic && !ft_strncmp(tmp_mup, cl->mlist.music_path, ft_strlen(tmp_mup) + 1)) |