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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h
index b2c1b8f..30d497e 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -115,10 +115,11 @@ enum
*/
# define FT_CHRST_VALID_PARSE "RNSEWFCLM"
-# define FT_CHRST_MAP_ENTRY "012NSEWLD "
+# define FT_CHRST_MAP_ENTRY "012NSEWL "
# define FT_CHRST_SPAWN "NSEW"
-# define FT_CHRST_MAP_NON_WALL "02NESWLD"
+# define FT_CHRST_MAP_NON_WALL "02NESWL"
# define FT_CHRST_COLLISION "12 "
+# define FT_CHRST_DETECT "1L"
/*
** ====== BMP ======