From a383bde7d29293919eb635aeb14760a7a55e12b3 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 14 Mar 2020 01:06:59 +0100 Subject: Removed footsteps, in progress --- src/ft_exit.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ft_exit.c') diff --git a/src/ft_exit.c b/src/ft_exit.c index 6a92dac..e7b344e 100644 --- a/src/ft_exit.c +++ b/src/ft_exit.c @@ -82,9 +82,6 @@ static void if (!(tmp = waitpid(clist->sfx.death_pid, NULL, WNOHANG))) kill(clist->sfx.death_pid, SIGTERM); wait(&clist->sfx.death_pid); - if (!(tmp = waitpid(clist->sfx.footstep_pid, NULL, WNOHANG))) - kill(clist->sfx.footstep_pid, SIGTERM); - wait(&clist->sfx.footstep_pid); if (!(tmp = waitpid(clist->sfx.new_lvl_pid, NULL, WNOHANG))) kill(clist->sfx.new_lvl_pid, SIGTERM); wait(&clist->sfx.new_lvl_pid); -- cgit v1.2.3