From 4fe3a87d3c09a22da49fb1f3e49e26751e7d4471 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 15 Mar 2020 14:36:36 +0100 Subject: ok --- src/ft_key_loop.c | 2 +- src/ft_sfx_pain.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ft_key_loop.c b/src/ft_key_loop.c index c16655e..5b6fee4 100644 --- a/src/ft_key_loop.c +++ b/src/ft_key_loop.c @@ -95,7 +95,7 @@ int } i++; } - if (cl->key_input[0] != -1) + /* if (cl->key_input[0] != -1) */ ft_draw_scene(cl); return (0); } diff --git a/src/ft_sfx_pain.c b/src/ft_sfx_pain.c index 780cb73..962dcae 100644 --- a/src/ft_sfx_pain.c +++ b/src/ft_sfx_pain.c @@ -31,9 +31,9 @@ void ref += 1; if (ref > 201) ref = 0; - pthread_mutex_lock(&sfx->pain_mutex); if (ref % 2) { + pthread_mutex_lock(&sfx->pain_mutex); if (ref % 3) system(sfx->pain_one); else -- cgit v1.2.3