diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-18 22:57:52 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-18 22:57:52 +0100 |
commit | 27d6105d866f890e5691147267eeaea6a6753883 (patch) | |
tree | 550c4f08dbf918b294ce722cb49ee47277869cca /inc/cub3d_defines.h | |
parent | map update (diff) | |
download | 42-cub3d-27d6105d866f890e5691147267eeaea6a6753883.tar.gz 42-cub3d-27d6105d866f890e5691147267eeaea6a6753883.tar.bz2 42-cub3d-27d6105d866f890e5691147267eeaea6a6753883.tar.xz 42-cub3d-27d6105d866f890e5691147267eeaea6a6753883.tar.zst 42-cub3d-27d6105d866f890e5691147267eeaea6a6753883.zip |
INTENSE mapping
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d_defines.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h index c4c3a13..f5824ce 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -232,7 +232,8 @@ enum ** ====== OTHER ====== */ -# define FT_PARSE_END_RET 25 -# define FT_HEAL_PACK_AMOUNT 10 +# define FT_PARSE_END_RET 25 +# define FT_TRAP_DAMAGE_AMOUNT 20 +# define FT_HEAL_PACK_AMOUNT 10 # endif |