aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-24 14:23:58 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-24 14:23:58 +0200
commit3bc9f9e17a36ff034a01f72bea42472067ed983e (patch)
tree8fbb99ff2dd27551f1ce305c3f10d24a1019b237 /inc
parentMakefile compliant with vm (diff)
download42-cub3d-3bc9f9e17a36ff034a01f72bea42472067ed983e.tar.gz
42-cub3d-3bc9f9e17a36ff034a01f72bea42472067ed983e.tar.bz2
42-cub3d-3bc9f9e17a36ff034a01f72bea42472067ed983e.tar.xz
42-cub3d-3bc9f9e17a36ff034a01f72bea42472067ed983e.tar.zst
42-cub3d-3bc9f9e17a36ff034a01f72bea42472067ed983e.zip
Test
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d_defines.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h
index da9ae93..66dbdc1 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -165,7 +165,11 @@ enum
# endif
# if FT_OS == 1
# define FT_SND_TERM_CMD "pkill -SIGTERM afplay"
-# else
+# endif
+# if FT_OS == 2
+# define FT_SND_TERM_CMD "pkill -SIGTERM aplay"
+# endif
+# if FT_OS == 3
# define FT_SND_TERM_CMD "pkill -SIGTERM waveplay"
# endif