From e22ae5588bf27756fe157f0bab363478136f3030 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 15 Mar 2020 02:17:56 +0100 Subject: Character is now FAT --- inc/cub3d_defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ====== -- cgit v1.2.3