aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-02-19 18:02:23 +0100
committerRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-02-19 18:02:23 +0100
commitddb0b9b44ea3d8454310b6e7111e221f5a6ff14a (patch)
tree82bd8d9a2a0273769a9fdad22e3ce4d2a53ce94e /inc
parentgo merge (diff)
download42-cub3d-ddb0b9b44ea3d8454310b6e7111e221f5a6ff14a.tar.gz
42-cub3d-ddb0b9b44ea3d8454310b6e7111e221f5a6ff14a.tar.bz2
42-cub3d-ddb0b9b44ea3d8454310b6e7111e221f5a6ff14a.tar.xz
42-cub3d-ddb0b9b44ea3d8454310b6e7111e221f5a6ff14a.tar.zst
42-cub3d-ddb0b9b44ea3d8454310b6e7111e221f5a6ff14a.zip
Removed print_list
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d_defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h
index 49b559a..9f54dda 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -50,8 +50,8 @@
*/
# define FT_MOVE_SPEED 0.1
-# define FT_STRAFE_SPEED 0.05
-# define FT_ROT_SPEED 0.07
+# define FT_STRAFE_SPEED 0.1
+# define FT_ROT_SPEED 0.09
/*
** ====== SCREEN ======