diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-22 23:59:26 +0100 |
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-22 23:59:26 +0100 |
| commit | 4ae78583f731a3d8512693e80ccbcf522855312b (patch) | |
| tree | ad49e2a498f7b98b52e0169eab5f2fe6504740cd /inc | |
| parent | Smooth af (diff) | |
| download | 42-cub3d-4ae78583f731a3d8512693e80ccbcf522855312b.tar.gz 42-cub3d-4ae78583f731a3d8512693e80ccbcf522855312b.tar.bz2 42-cub3d-4ae78583f731a3d8512693e80ccbcf522855312b.tar.xz 42-cub3d-4ae78583f731a3d8512693e80ccbcf522855312b.tar.zst 42-cub3d-4ae78583f731a3d8512693e80ccbcf522855312b.zip | |
Fixed map_three, Makefiles have POWERMODE
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 f591f14..dd34fa7 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -49,7 +49,7 @@ ** ====== MOVE SPEED ====== */ -# define FT_MOVE_SPEED 0.3 +# define FT_MOVE_SPEED 0.2 # define FT_STRAFE_SPEED 0.1 # define FT_ROT_SPEED 0.09 |
