aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cub3d_defines.h')
-rw-r--r--inc/cub3d_defines.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h
index 7257108..1e00aa2 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -89,8 +89,6 @@ enum
# define FT_SND_CMD "/usr/bin/aplay -f cd -t wav -q %s"
# endif
# define FT_SFX_DEATH_PATH "./media/sound/sfx/death_screen.wav"
-# define FT_SFX_FS_ONE_PATH "./media/sound/sfx/footstep_one.wav"
-# define FT_SFX_FS_TWO_PATH "./media/sound/sfx/footstep_two.wav"
# define FT_SFX_N_LVL_PATH "./media/sound/sfx/next_lvl.wav"
# define FT_SFX_SCR_ONE_PATH "./media/sound/sfx/scream_one.wav"
# define FT_SFX_SCR_TWO_PATH "./media/sound/sfx/scream_two.wav"
@@ -198,8 +196,6 @@ enum
# define FT_ERR_MISS_PLAYER_SPAWN "player spawn"
# define FT_ERR_MISS_TRAP "traps"
# define FT_ERR_MISS_SFX_DEATH "missing sound effect death"
-# define FT_ERR_MISS_SFX_FS_ONE "missing sound effect footstep one"
-# define FT_ERR_MISS_SFX_FS_TWO "missing sound effect footstep two"
# define FT_ERR_MISS_SFX_N_LVL "missing sound effect new level"
# define FT_ERR_MISS_SFX_SCR_ONE "missing sound effect scream one"
# define FT_ERR_MISS_SFX_SCR_TWO "missing sound effect scream two"