aboutsummaryrefslogtreecommitdiff
path: root/src/skyparams.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/skyparams.h')
-rw-r--r--src/skyparams.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/skyparams.h b/src/skyparams.h
index 9fdfd89da..c362ef8f3 100644
--- a/src/skyparams.h
+++ b/src/skyparams.h
@@ -37,9 +37,9 @@ struct SkyboxParams
std::vector<std::string> textures;
bool clouds;
SkyColor sky_color;
- video::SColor sun_tint;
- video::SColor moon_tint;
- std::string tint_type;
+ video::SColor fog_sun_tint;
+ video::SColor fog_moon_tint;
+ std::string fog_tint_type;
};
struct SunParams