aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_defines.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--inc/cub3d_defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h
index c84f6c1..0515fcd 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -80,9 +80,9 @@ enum
** ====== MUSIC CMD ======
*/
# if FT_OS == 1
-# define FT_MUS_CMD "aplay -f cd -t wav -q %s"
-# else
# define FT_MUS_CMD ""
+# else
+# define FT_MUS_CMD "aplay -f cd -t wav -q %s"
# endif
/*