From 0cddd5649838c0d37c0e4b12786d040ffdb01c97 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 9 Dec 2025 01:00:34 -0700 Subject: meow --- src/map.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 052762c..30a182c 100644 --- a/src/map.h +++ b/src/map.h @@ -11,6 +11,8 @@ #define BLACKOUT_HEIGHT 100 #define BLACKOUT_AREA 18.0 +#define MAP_UTILITY_POLE_LINE_COLOR (Color){0, 0, 0, 127} + typedef struct { Rectangle rect; RenderTexture render; -- cgit v1.2.3