From 9910bf462a0406d5b984f10a4ece7a24aa82e6e3 Mon Sep 17 00:00:00 2001 From: Andre Schweiger Date: Fri, 1 Jan 2016 20:36:44 +0100 Subject: [PATCH] Made Night a little lighter --- source/Render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Render.c b/source/Render.c index 21b7219..e51d0e3 100644 --- a/source/Render.c +++ b/source/Render.c @@ -811,7 +811,7 @@ void renderDayNight() { if(currentLevel==1 && (daytime<6000 || daytime>18000)) { int color1 = 0x000C0C0C; int color2 = 0x00100C0C; - int alpha1 = 0x99; + int alpha1 = 0x88; int alpha2 = 0xDD; if(daytime>5000 && daytime<6000) {