aboutsummaryrefslogtreecommitdiffstats
path: root/src/render/Timecycle.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-04-07 23:43:19 +0300
committerNikolay Korolev <nickvnuk@gmail.com>2020-04-07 23:43:19 +0300
commitf7ac85e4925f6133f359385b9efb35c8d9d63a5a (patch)
tree3a7cd8b02f5ee590538f7ce1628966272ad14999 /src/render/Timecycle.h
parentf192d7052e9f30f0ba773bf3b07652cd47544ab6 (diff)
weather stuff
Diffstat (limited to 'src/render/Timecycle.h')
-rw-r--r--src/render/Timecycle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/Timecycle.h b/src/render/Timecycle.h
index 235d559c..f126dca6 100644
--- a/src/render/Timecycle.h
+++ b/src/render/Timecycle.h
@@ -136,6 +136,7 @@ public:
static int GetFogRed(void) { return m_nCurrentFogColourRed; }
static int GetFogGreen(void) { return m_nCurrentFogColourGreen; }
static int GetFogBlue(void) { return m_nCurrentFogColourBlue; }
+ static int GetFogReduction(void) { return m_FogReduction; }
static void Initialise(void);
static void Update(void);