aboutsummaryrefslogtreecommitdiff
path: root/src/skyparams.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/skyparams.h')
-rw-r--r--src/skyparams.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/skyparams.h b/src/skyparams.h
index f7f694427..07068634b 100644
--- a/src/skyparams.h
+++ b/src/skyparams.h
@@ -66,6 +66,7 @@ struct StarParams
u32 count;
video::SColor starcolor;
f32 scale;
+ f32 day_opacity;
};
struct CloudParams
@@ -141,6 +142,7 @@ public:
stars.count = 1000;
stars.starcolor = video::SColor(105, 235, 235, 255);
stars.scale = 1;
+ stars.day_opacity = 0;
return stars;
}