diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-15 02:17:56 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-15 02:17:56 +0100 |
commit | e22ae5588bf27756fe157f0bab363478136f3030 (patch) | |
tree | 513384f7bd4c2c25515f7594818eaf4eb4c3f580 /inc | |
parent | okok (diff) | |
download | 42-cub3d-e22ae5588bf27756fe157f0bab363478136f3030.tar.gz 42-cub3d-e22ae5588bf27756fe157f0bab363478136f3030.tar.bz2 42-cub3d-e22ae5588bf27756fe157f0bab363478136f3030.tar.xz 42-cub3d-e22ae5588bf27756fe157f0bab363478136f3030.tar.zst 42-cub3d-e22ae5588bf27756fe157f0bab363478136f3030.zip |
Character is now FAT
Diffstat (limited to 'inc')
-rw-r--r-- | inc/cub3d_defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h index c931b2d..d4979a7 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -114,7 +114,7 @@ enum ** ====== COLLISION ====== */ -# define FT_COLL_MULT 0.225 +# define FT_COLL_MULT 0.3 /* ** ====== SCREEN ====== |