From 9a9ae7d65c0112f3b3107547505553a07d7e20c3 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Thu, 4 May 2017 07:52:31 +0200 Subject: LINT fix since cloud API merge --- src/sky.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sky.h') diff --git a/src/sky.h b/src/sky.h index c9678a80b..a014a920b 100644 --- a/src/sky.h +++ b/src/sky.h @@ -125,8 +125,8 @@ private: bool m_sunlight_seen; float m_brightness; float m_cloud_brightness; - bool m_clouds_visible; // Whether clouds are disabled due to player underground - bool m_clouds_enabled; // Initialised to true, reset only by set_sky API + bool m_clouds_visible; // Whether clouds are disabled due to player underground + bool m_clouds_enabled; // Initialised to true, reset only by set_sky API bool m_directional_colored_fog; video::SColorf m_bgcolor_bright_f; video::SColorf m_skycolor_bright_f; -- cgit v1.2.3