From a383bde7d29293919eb635aeb14760a7a55e12b3 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 14 Mar 2020 01:06:59 +0100 Subject: Removed footsteps, in progress --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7c24e8b..4cbd252 100644 --- a/Makefile +++ b/Makefile @@ -91,9 +91,9 @@ SRCS_NAME += ft_draw_traps_extra.c SRCS_NAME += ft_draw_life_bar.c SRCS_NAME += ft_del_extra_sprites.c SRCS_NAME += ft_init_sfx.c -SRCS_NAME += ft_sfx_trap.c SRCS_NAME += ft_sfx_death.c -SRCS_NAME += ft_sfx_footstep.c +SRCS_NAME += ft_sfx_trap.c +SRCS_NAME += ft_sfx_new_level.c #--------------------------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #--------------------------------------------------------------------------------------------------# -- cgit v1.2.3