aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-15 14:36:36 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-15 14:36:36 +0100
commit4fe3a87d3c09a22da49fb1f3e49e26751e7d4471 (patch)
tree805f28cc8b288b93ba9c979955365e6686cb8391 /src
parentSounds have been threaded (diff)
download42-cub3d-4fe3a87d3c09a22da49fb1f3e49e26751e7d4471.tar.gz
42-cub3d-4fe3a87d3c09a22da49fb1f3e49e26751e7d4471.tar.bz2
42-cub3d-4fe3a87d3c09a22da49fb1f3e49e26751e7d4471.tar.xz
42-cub3d-4fe3a87d3c09a22da49fb1f3e49e26751e7d4471.tar.zst
42-cub3d-4fe3a87d3c09a22da49fb1f3e49e26751e7d4471.zip
ok
Diffstat (limited to '')
-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