summaryrefslogtreecommitdiff
path: root/src/light.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/light.h')
-rw-r--r--src/light.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/light.h b/src/light.h
index 1827ab53a..41d6f8bbe 100644
--- a/src/light.h
+++ b/src/light.h
@@ -22,6 +22,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "common_irrlicht.h"
+/*
+ Lower level lighting stuff
+*/
+
// This directly sets the range of light
#define LIGHT_MAX 14
// Light is stored as 4 bits, thus 15 is the maximum.