diff options
author | Perttu Ahola <celeron55@gmail.com> | 2010-12-18 13:10:37 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2010-12-18 13:10:37 +0200 |
commit | 15a43c5ed02130f1b1e07a0385530da197b0c846 (patch) | |
tree | 94851572e9e711dd5c5f5d6ef2e84680166de35b /src/light.h | |
parent | 385dd9917fd4ced23a704f0566779d58f5a6b727 (diff) | |
download | minetest-15a43c5ed02130f1b1e07a0385530da197b0c846.tar.gz minetest-15a43c5ed02130f1b1e07a0385530da197b0c846.tar.bz2 minetest-15a43c5ed02130f1b1e07a0385530da197b0c846.zip |
before adding day/night lighting
--HG--
rename : data/light.png => data/cloud.png
Diffstat (limited to 'src/light.h')
-rw-r--r-- | src/light.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/light.h b/src/light.h index 871426901..1827ab53a 100644 --- a/src/light.h +++ b/src/light.h @@ -24,6 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc., // This directly sets the range of light #define LIGHT_MAX 14 +// Light is stored as 4 bits, thus 15 is the maximum. // This brightness is reserved for sunlight #define LIGHT_SUN 15 |