From 3cc58d93f22f9368662e82551b0f6612099edcc3 Mon Sep 17 00:00:00 2001 From: Antonio Martinez Date: Wed, 24 Sep 2025 22:10:52 -0400 Subject: [PATCH] Whoops that's a testing define --- 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 569218d69..ad084d6fa 100644 --- a/src/k_kart.h +++ b/src/k_kart.h @@ -98,7 +98,7 @@ Make sure this matches the actual number of states #define FAILSAFETIME (4*TICRATE) #define DUELOVERTIME (cv_dueltimelimit.value) -#define DUELWINNINGSCORE (999) +#define DUELWINNINGSCORE (cv_duelscorelimit.value) #define MIN_WAVEDASH_CHARGE ((11*TICRATE/16)*9)