aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.c b/src/settings.c
index 4ca38c4..3dd1fa5 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -21,7 +21,7 @@ Settings defaultSettings()
.isMapPreviewEnabledDefault = true,
.mapPreviewWidth = 300.0,
.mapPreviewHeight = 300.0,
- .mapAlpha = (unsigned char)255.0 * 0.85,
+ .mapAlpha = (unsigned char)255.0 * 0.80,
.mapPreviewZoomDefault = 10.0,
.mouseSpeed = 0.1,
.forwardKey = KEY_W,