diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-02-04 01:22:07 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-02-04 01:22:07 +0200 |
commit | 102c5e31fe75bc5c02ddb27afe69968ca8dedeed (patch) | |
tree | 8f5dffc51660b1235439d4816a9c8806891aca1a /src/light.h | |
parent | 24c1ea710355d83ecc06eed619642bcdaef97509 (diff) | |
download | minetest-102c5e31fe75bc5c02ddb27afe69968ca8dedeed.tar.gz minetest-102c5e31fe75bc5c02ddb27afe69968ca8dedeed.tar.bz2 minetest-102c5e31fe75bc5c02ddb27afe69968ca8dedeed.zip |
all kinds of tweaking and fixing
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 |