aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-19 16:51:44 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-19 16:51:44 +0100
commit71ee46675da86720bc7697ce607aff1ac583e65b (patch)
tree6b5afd3c6ba957fd9fa7bb308499ec659b44d99f /inc
parentFew changes (diff)
download42-cub3d-71ee46675da86720bc7697ce607aff1ac583e65b.tar.gz
42-cub3d-71ee46675da86720bc7697ce607aff1ac583e65b.tar.bz2
42-cub3d-71ee46675da86720bc7697ce607aff1ac583e65b.tar.xz
42-cub3d-71ee46675da86720bc7697ce607aff1ac583e65b.tar.zst
42-cub3d-71ee46675da86720bc7697ce607aff1ac583e65b.zip
Player can grab weapon
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d_defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h
index c423ac7..89af3c3 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -151,6 +151,7 @@ enum
# define FT_CHRST_COLLISION "123456789 "
# define FT_CHRST_DETECT "1L"
# define FT_CHRST_ITEM "!@+"
+# define FT_CHRST_WEAPONS "!@"
/*
** ====== BMP ======