diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_sfx_weapon_three.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ft_sfx_weapon_three.c b/src/ft_sfx_weapon_three.c index a737230..65c6903 100644 --- a/src/ft_sfx_weapon_three.c +++ b/src/ft_sfx_weapon_three.c @@ -24,7 +24,6 @@ void else pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); sfx = (t_sfx *)vargp; - pthread_mutex_lock(&sfx[10].mutex); while (1) { pthread_mutex_lock(&sfx[10].mutex); @@ -50,7 +49,6 @@ void else pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); sfx = (t_sfx *)vargp; - pthread_mutex_lock(&sfx[11].mutex); while (1) { pthread_mutex_lock(&sfx[11].mutex); |