summaryrefslogtreecommitdiffstats
path: root/source/Defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Defines.h')
-rw-r--r--source/Defines.h4
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