From b92f5be51992760fec0fc110c46ea6cb15e962a8 Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Fri, 3 Apr 2020 22:52:35 +0200
Subject: Not quite done

---
 inc/cub3d_defines.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'inc')

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"
-- 
cgit v1.2.3