diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-04-07 23:43:19 +0300 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-04-07 23:43:19 +0300 |
commit | f7ac85e4925f6133f359385b9efb35c8d9d63a5a (patch) | |
tree | 3a7cd8b02f5ee590538f7ce1628966272ad14999 /src/render/Timecycle.h | |
parent | f192d7052e9f30f0ba773bf3b07652cd47544ab6 (diff) |
weather stuff
Diffstat (limited to 'src/render/Timecycle.h')
-rw-r--r-- | src/render/Timecycle.h | 1 |
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); |