diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-03-12 16:52:18 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-03-12 16:52:18 +0100 |
commit | 3212c77bf30acdf7538bfc103d27a46cae03d250 (patch) | |
tree | f151d61c350cab0acddbe1fab473e4badb6c02c2 /inc/cub3d_defines.h | |
parent | Clang is cool anyway (diff) | |
parent | NORMED AND FIXED .......!!! (diff) | |
download | 42-cub3d-3212c77bf30acdf7538bfc103d27a46cae03d250.tar.gz 42-cub3d-3212c77bf30acdf7538bfc103d27a46cae03d250.tar.bz2 42-cub3d-3212c77bf30acdf7538bfc103d27a46cae03d250.tar.xz 42-cub3d-3212c77bf30acdf7538bfc103d27a46cae03d250.tar.zst 42-cub3d-3212c77bf30acdf7538bfc103d27a46cae03d250.zip |
Merge branch 'multis'
Diffstat (limited to 'inc/cub3d_defines.h')
-rw-r--r-- | inc/cub3d_defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h index 6ab05c2..457f121 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -115,7 +115,7 @@ enum */ # define FT_CHRST_VALID_PARSE "RNSEWFCLMT" -# define FT_CHRST_MAP_ENTRY "012NSEWLT " +# define FT_CHRST_MAP_ENTRY "01234NSEWLT " # define FT_CHRST_SPAWN "NSEW" # define FT_CHRST_MAP_NON_WALL "02NESWLT" # define FT_CHRST_COLLISION "12 " |