From 73a98475757c34d6a8a485ac9c06185bdfdeea8c Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 25 Nov 2025 14:04:58 -0700 Subject: Followed wiikifox's advice --- src/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index b897a07..bd581ba 100644 --- a/src/map.h +++ b/src/map.h @@ -4,7 +4,7 @@ #ifndef MAP_H #define MAP_H -#define MAP_ZOOM_MIN 2.0 +#define MAP_ZOOM_MIN 0.5 #define MAP_ZOOM_MAX 30.0 typedef struct { -- cgit v1.2.3