Merge branch 'minigen-green' into 'master'

minigen: Use index 98 for finish lines per desired spec

See merge request KartKrew/Kart!1511
This commit is contained in:
toaster 2023-09-19 23:29:42 +00:00
commit 58d5e19d72

View file

@ -46,7 +46,7 @@ static const UINT8 DWHITE = 0;
#define THOKWALLCOLORS REDS #define THOKWALLCOLORS REDS
#define THOKWALLRANGE REDRANGE #define THOKWALLRANGE REDRANGE
#define TSWALLCOLORS DWHITE #define TSWALLCOLORS DWHITE
#define TSFINISHLINE GRAYS #define TSFINISHLINE (GREENS + 2)
#define TSTRIPWIRE (CYANS + 4) #define TSTRIPWIRE (CYANS + 4)
#define TSFOFINFO (BLUES + 4) #define TSFOFINFO (BLUES + 4)
#define FDWALLCOLORS BROWNS #define FDWALLCOLORS BROWNS