diff options
Diffstat (limited to 'inc/cub3d_defines.h')
-rw-r--r-- | inc/cub3d_defines.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h index d1cddbb..bbc785f 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -165,8 +165,7 @@ enum # endif # if FT_OS == 1 # define FT_SND_TERM_CMD "pkill -SIGTERM afplay" -# endif -# if FT_OS == 3 +# else # define FT_SND_TERM_CMD "pkill -SIGTERM waveplay" # endif |