From 6541ea08f0948e8d0d0e117b01de23f3ed423bb9 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Tue, 6 May 2025 10:18:49 -0400 Subject: [PATCH] Tweak BASE_TRACK_COMPLEXITY --- src/k_waypoint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_waypoint.cpp b/src/k_waypoint.cpp index 57bb88a79..330f642b7 100644 --- a/src/k_waypoint.cpp +++ b/src/k_waypoint.cpp @@ -45,7 +45,7 @@ static waypoint_t *startingwaypoint = NULL; static UINT32 circuitlength = 0U; -#define BASE_TRACK_COMPLEXITY (-5000) // Arbritrary, vibes-based value +#define BASE_TRACK_COMPLEXITY (-7000) // Arbritrary, vibes-based value static INT32 trackcomplexity = 0; static size_t numwaypoints = 0U;