aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d_defines.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h
index 3f32fe3..c84f6c1 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -77,6 +77,15 @@ enum
# endif
/*
+** ====== MUSIC CMD ======
+*/
+# if FT_OS == 1
+# define FT_MUS_CMD "aplay -f cd -t wav -q %s"
+# else
+# define FT_MUS_CMD ""
+# endif
+
+/*
** ====== MOVE SPEED ======
*/
@@ -85,7 +94,7 @@ enum
# define FT_ROT_SPEED 0.09
/*
-** ====== MOVE SPEED ======
+** ====== COLLISION ======
*/
# define FT_COLL_MULT 0.225