summaryrefslogtreecommitdiffhomepage
path: root/src/light.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/light.hpp')
-rw-r--r--src/light.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/light.hpp b/src/light.hpp
index f32edb21..0033f1c5 100644
--- a/src/light.hpp
+++ b/src/light.hpp
@@ -26,7 +26,7 @@ struct light final : object
float max_distance;
Color4ub color;
light_falloff falloff : 2;
- uint8_t enabled : 1;
+ bool enabled : 1;
light(object_id id, class chunk& c, const light_proto& proto);