From e29a0bc7a34224c94be41d7a8a5f7a42b189b95b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Thu, 29 Mar 2018 12:55:48 +0200 Subject: [PATCH] Slower acceleration. --- src/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals.h b/src/globals.h index 9e2596e..f2d568b 100644 --- a/src/globals.h +++ b/src/globals.h @@ -26,7 +26,7 @@ # define FPS 60.0f #endif #ifndef ACCEL -# define ACCEL 0.5f +# define ACCEL 0.1f #endif #ifndef TURN_ACCEL # define TURN_ACCEL (M_PI / FPS) // turn at pi radians / sec