diff options
Diffstat (limited to '')
-rw-r--r-- | source/Defines.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Defines.h b/source/Defines.h index 5f49362b2..2c9729223 100644 --- a/source/Defines.h +++ b/source/Defines.h @@ -4,9 +4,9 @@ //tolua_begin
// emissive blocks
-extern char g_BlockLightValue[];
+extern unsigned char g_BlockLightValue[];
// whether blocks allow spreading
-extern char g_BlockSpreadLightFalloff[];
+extern unsigned char g_BlockSpreadLightFalloff[];
// whether blocks are transparent (light can shine though)
extern bool g_BlockTransparent[];
// one hit break blocks
|