From 2f331a4d10051914579586e9e5d2363a4ff5c5eb Mon Sep 17 00:00:00 2001 From: AJ Martinez Date: Sat, 26 Aug 2023 22:24:18 -0700 Subject: [PATCH] Let's be slightly more semantically correct about this --- src/k_kart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_kart.h b/src/k_kart.h index 2f5936064..e33580f81 100644 --- a/src/k_kart.h +++ b/src/k_kart.h @@ -43,7 +43,7 @@ Make sure this matches the actual number of states // 2023-08-26 +ang20 to Sal's OG values to make them friendlier - Tyron #define STUMBLE_STEEP_VAL (ANG60 + ANG20) #define STUMBLE_STEEP_VAL_AIR (ANG30 + ANG10 + ANG20) -#define STUMBLE_AIRTIME 35 +#define STUMBLE_AIRTIME TICRATE #define MAXRINGVOLUME 255 #define MINRINGVOLUME 100