Tweak BASE_TRACK_COMPLEXITY

This commit is contained in:
NepDisk 2025-05-06 10:18:49 -04:00
parent cc6e2ed490
commit 6541ea08f0

View file

@ -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;