diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-19 16:51:44 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-19 16:51:44 +0100 |
commit | 71ee46675da86720bc7697ce607aff1ac583e65b (patch) | |
tree | 6b5afd3c6ba957fd9fa7bb308499ec659b44d99f /inc | |
parent | Few changes (diff) | |
download | 42-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.h | 1 |
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 ====== |