diff options
Diffstat (limited to 'src/light.h')
-rw-r--r-- | src/light.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/light.h b/src/light.h index 888b6da50..c1af7fa62 100644 --- a/src/light.h +++ b/src/light.h @@ -36,7 +36,9 @@ extern u32 daynight_cache_ratios[DAYNIGHT_CACHE_COUNT];*/ Lower level lighting stuff */ -// This directly sets the range of light +// This directly sets the range of light. +// Actually this is not the real maximum, and this is not the +// brightest. The brightest is LIGHT_SUN. #define LIGHT_MAX 14 // Light is stored as 4 bits, thus 15 is the maximum. // This brightness is reserved for sunlight |