diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-16 21:52:47 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-16 21:52:47 +0200 |
commit | ced157f2987e182f6baeec1e3fc68275feecbb42 (patch) | |
tree | 561d3dc57d2ef906081664c62c4778a1829199cc /inc | |
parent | Not good (diff) | |
download | 42-cub3d-ced157f2987e182f6baeec1e3fc68275feecbb42.tar.gz 42-cub3d-ced157f2987e182f6baeec1e3fc68275feecbb42.tar.bz2 42-cub3d-ced157f2987e182f6baeec1e3fc68275feecbb42.tar.xz 42-cub3d-ced157f2987e182f6baeec1e3fc68275feecbb42.tar.zst 42-cub3d-ced157f2987e182f6baeec1e3fc68275feecbb42.zip |
Linux fix
Diffstat (limited to 'inc')
-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 |