diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-14 01:06:59 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-14 01:06:59 +0100 |
commit | a383bde7d29293919eb635aeb14760a7a55e12b3 (patch) | |
tree | 76000460117d1ab1348d98a03e2c92215755fde8 /Makefile | |
parent | Fuck threads and forks (diff) | |
download | 42-cub3d-a383bde7d29293919eb635aeb14760a7a55e12b3.tar.gz 42-cub3d-a383bde7d29293919eb635aeb14760a7a55e12b3.tar.bz2 42-cub3d-a383bde7d29293919eb635aeb14760a7a55e12b3.tar.xz 42-cub3d-a383bde7d29293919eb635aeb14760a7a55e12b3.tar.zst 42-cub3d-a383bde7d29293919eb635aeb14760a7a55e12b3.zip |
Removed footsteps, in progress
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}) #--------------------------------------------------------------------------------------------------# |