From 8ef64474b71ffabd4144451d5dc4b4543bf24253 Mon Sep 17 00:00:00 2001 From: toaster Date: Tue, 19 Sep 2023 18:47:32 +0100 Subject: [PATCH] minigen: Use index 98 for finish lines per desired spec --- src/am_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/am_map.c b/src/am_map.c index cea08918e..5d574bc6e 100644 --- a/src/am_map.c +++ b/src/am_map.c @@ -46,7 +46,7 @@ static const UINT8 DWHITE = 0; #define THOKWALLCOLORS REDS #define THOKWALLRANGE REDRANGE #define TSWALLCOLORS DWHITE -#define TSFINISHLINE GRAYS +#define TSFINISHLINE (GREENS + 2) #define TSTRIPWIRE (CYANS + 4) #define TSFOFINFO (BLUES + 4) #define FDWALLCOLORS BROWNS