aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cub3d_defines.h')
-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 f591f14..c4be489 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -49,7 +49,7 @@
** ====== MOVE SPEED ======
*/
-# define FT_MOVE_SPEED 0.3
+# define FT_MOVE_SPEED 0.2
# define FT_STRAFE_SPEED 0.1
# define FT_ROT_SPEED 0.09
@@ -62,6 +62,15 @@
# endif
/*
+** ====== OTHERS ======
+*/
+
+# ifndef FT_OS
+# define FT_OS "Darwin"
+# endif
+
+
+/*
** ====== MAP ERROR MSG ======
*/