From 50fa3a7b2e4db5199df80b19cfd95566eb1b2e62 Mon Sep 17 00:00:00 2001 From: Reonu Date: Sat, 25 Sep 2021 15:25:32 +0300 Subject: [PATCH] Turn off FIX_GROUND_TURN_RADIUS by default --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index cbb768cf..fd8a9140 100644 --- a/include/config.h +++ b/include/config.h @@ -62,7 +62,7 @@ // Makes Mario face the direction of the analog stick directly while hanging from a ceiling, without doing "semicircles" #define TIGHTER_HANGING_CONTROLS // Fixes Mario's turn radius by making it dependent on forward speed. -#define FIX_GROUND_TURN_RADIUS +//#define FIX_GROUND_TURN_RADIUS // Disables fall damage #define NO_FALL_DAMAGE // Disables the scream that mario makes when falling off a great height (this is separate from actual fall damage)