summaryrefslogtreecommitdiffstats
path: root/src/Resource/BlockType.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Resource/BlockType.hpp')
-rw-r--r--src/Resource/BlockType.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Resource/BlockType.hpp b/src/Resource/BlockType.hpp
index 6b2c114..755719d 100644
--- a/src/Resource/BlockType.hpp
+++ b/src/Resource/BlockType.hpp
@@ -34,10 +34,10 @@ namespace Resource {
struct BlockType {
bool opaque;
bool green;
- uint32_t colors[16];
+ uint32_t color;
};
-extern const BlockType BLOCK_TYPES[256];
+extern const BlockType BLOCK_TYPES[256][16];
}
}