From 843b3abde6e338d252950438acf9d5bd734921f2 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 2 Feb 2015 00:26:09 +0100 Subject: Extend colors by metadata --- src/World/BlockType.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/World/BlockType.hpp') diff --git a/src/World/BlockType.hpp b/src/World/BlockType.hpp index 5d2454c..11a9621 100644 --- a/src/World/BlockType.hpp +++ b/src/World/BlockType.hpp @@ -34,7 +34,7 @@ namespace World { struct BlockType { bool opaque; bool green; - uint32_t color; + uint32_t colors[16]; }; extern const BlockType BLOCK_TYPES[256]; -- cgit v1.2.3