aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_defines.h
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2020-02-21 19:31:27 +0100
committersalaaad2 <arthurdurant263@gmail.com>2020-02-21 19:31:27 +0100
commit4a07369a67e3f88417ac4a309852eadaf40f23d4 (patch)
tree30d1d024c80a6e99f2358d444a2a82937262d112 /inc/cub3d_defines.h
parentFreed leaks (diff)
download42-cub3d-4a07369a67e3f88417ac4a309852eadaf40f23d4.tar.gz
42-cub3d-4a07369a67e3f88417ac4a309852eadaf40f23d4.tar.bz2
42-cub3d-4a07369a67e3f88417ac4a309852eadaf40f23d4.tar.xz
42-cub3d-4a07369a67e3f88417ac4a309852eadaf40f23d4.tar.zst
42-cub3d-4a07369a67e3f88417ac4a309852eadaf40f23d4.zip
add threaded music
Diffstat (limited to 'inc/cub3d_defines.h')
-rw-r--r--inc/cub3d_defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h
index 9f54dda..f591f14 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -49,7 +49,7 @@
** ====== MOVE SPEED ======
*/
-# define FT_MOVE_SPEED 0.1
+# define FT_MOVE_SPEED 0.3
# define FT_STRAFE_SPEED 0.1
# define FT_ROT_SPEED 0.09