diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_sfx_footstep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_sfx_footstep.c b/src/ft_sfx_footstep.c index c0c9ffe..a6b2105 100644 --- a/src/ft_sfx_footstep.c +++ b/src/ft_sfx_footstep.c @@ -42,7 +42,7 @@ void } void - ft_sfx_footstep(t_cub *cl) + ft_sfx_footstep(t_sfx *sfx) { pthread_mutex_unlock(&cl->sfx.footstep_mutex); } |