diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_sfx_pain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_sfx_pain.c b/src/ft_sfx_pain.c index 68340c5..fe9ecaa 100644 --- a/src/ft_sfx_pain.c +++ b/src/ft_sfx_pain.c @@ -42,7 +42,7 @@ void } void - ft_sfx_pain(t_cub *cl) + ft_sfx_pain(t_sfx *sfx) { static uint8_t ref = 0; |