aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_sfx_weapon_one.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_sfx_weapon_one.c')
-rw-r--r--src/ft_sfx_weapon_one.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ft_sfx_weapon_one.c b/src/ft_sfx_weapon_one.c
index 2cc8dcc..6725a68 100644
--- a/src/ft_sfx_weapon_one.c
+++ b/src/ft_sfx_weapon_one.c
@@ -27,8 +27,7 @@ void
while (1)
{
pthread_mutex_lock(&sfx[6].mutex);
- if (system(sfx[6].cmd))
- pthread_exit(NULL);
+ system(sfx[6].cmd);
}
return (NULL);
}