aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-03 22:52:35 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-03 22:52:35 +0200
commitb92f5be51992760fec0fc110c46ea6cb15e962a8 (patch)
tree8b3282a61a4bfc53a4c975bb38524ad3cf2ea290 /inc
parentYES (diff)
download42-cub3d-b92f5be51992760fec0fc110c46ea6cb15e962a8.tar.gz
42-cub3d-b92f5be51992760fec0fc110c46ea6cb15e962a8.tar.bz2
42-cub3d-b92f5be51992760fec0fc110c46ea6cb15e962a8.tar.xz
42-cub3d-b92f5be51992760fec0fc110c46ea6cb15e962a8.tar.zst
42-cub3d-b92f5be51992760fec0fc110c46ea6cb15e962a8.zip
Not quite done
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d_defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h
index ad16b57..74a228d 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -184,7 +184,7 @@ enum
# define FT_CHRST_MAP_ENTRY "0123456789NSEWLT!@+#e "
# define FT_CHRST_SPRITES "23456789"
# define FT_CHRST_SPAWN "NSEW"
-# define FT_CHRST_MAP_NON_WALL "023456789NESWLT!@+#e"
+# define FT_CHRST_MAP_NON_WALL "023456789NESWLT!@+#ex"
# define FT_CHRST_COLLISION "123456789e "
# define FT_CHRST_DETECT "1L"
# define FT_CHRST_ITEM "!@+#x"