aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-15 17:22:05 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-15 17:22:05 +0100
commit9e2486ed29a464d5ecbb27d02cb6dd71715356bb (patch)
treea19b352d5c45e72859b95c028cb52c0a721cae53 /inc
parentGNU libx (diff)
download42-cub3d-9e2486ed29a464d5ecbb27d02cb6dd71715356bb.tar.gz
42-cub3d-9e2486ed29a464d5ecbb27d02cb6dd71715356bb.tar.bz2
42-cub3d-9e2486ed29a464d5ecbb27d02cb6dd71715356bb.tar.xz
42-cub3d-9e2486ed29a464d5ecbb27d02cb6dd71715356bb.tar.zst
42-cub3d-9e2486ed29a464d5ecbb27d02cb6dd71715356bb.zip
Back to the GNU C Compiler, tweaked move speed
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d_defines.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h
index c931b2d..0cd15fa 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -106,9 +106,9 @@ enum
** ====== MOVE SPEED ======
*/
-# define FT_MOVE_SPEED 0.2
-# define FT_STRAFE_SPEED 0.2
-# define FT_ROT_SPEED 0.2
+# define FT_MOVE_SPEED 0.28
+# define FT_STRAFE_SPEED 0.28
+# define FT_ROT_SPEED 0.28
/*
** ====== COLLISION ======