diff options
Diffstat (limited to 'src/ft_sfx_death.c')
-rw-r--r-- | src/ft_sfx_death.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_sfx_death.c b/src/ft_sfx_death.c index 76a98cd..9415c56 100644 --- a/src/ft_sfx_death.c +++ b/src/ft_sfx_death.c @@ -28,7 +28,7 @@ void { pthread_mutex_lock(&sfx[0].mutex); if (system(sfx[0].cmd)) - pthread_exit(NULL); + pthread_cancel(pthread_self()); } return (NULL); } |