aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ft_key_loop.c2
-rw-r--r--src/ft_sfx_pain.c2
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