diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_sfx_death.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_sfx_death.c b/src/ft_sfx_death.c index 32ad6fe..edc38ef 100644 --- a/src/ft_sfx_death.c +++ b/src/ft_sfx_death.c @@ -35,7 +35,7 @@ void } void - ft_sfx_death(t_cub *cl) + ft_sfx_death(t_sfx *sfx) { pthread_mutex_unlock(&cl->sfx.death_mutex); } |