summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2017-03-01 11:51:27 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2017-03-01 11:51:27 +0100
commitb2a5b1942214eb82c6fb4200a232f0f6b6960ee2 (patch)
tree56f84acb79c1ae9b53a7c47cf57c1792e2114111
parentb3d5b69a32ba29dc041a83c270b8e57b970b8011 (diff)
downloadMinedMap-b2a5b1942214eb82c6fb4200a232f0f6b6960ee2.tar
MinedMap-b2a5b1942214eb82c6fb4200a232f0f6b6960ee2.zip
Resource/BlockType: fix color of "ready" saplings
-rw-r--r--src/Resource/BlockType.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Resource/BlockType.cpp b/src/Resource/BlockType.cpp
index dff93c7..f738e76 100644
--- a/src/Resource/BlockType.cpp
+++ b/src/Resource/BlockType.cpp
@@ -37,7 +37,7 @@ const BlockType BLOCK_TYPES[256] = {
{true, false, {0x866043, 0x866043, 0x5a3f1c, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }}, /* 3 */
{true, false, {0x7a7a7a, 0x7a7a7a, 0x7a7a7a, 0x7a7a7a, 0x7a7a7a, 0x7a7a7a, 0x7a7a7a, 0x7a7a7a, 0x7a7a7a, 0x7a7a7a, 0x7a7a7a, 0x7a7a7a, 0x7a7a7a, 0x7a7a7a, 0x7a7a7a, 0x7a7a7a,}}, /* 4 */
{true, false, {0x9c7f4e, 0x674d2e, 0xc3b37b, 0x9a6e4d, 0xa95b33, 0x3d2712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }}, /* 5 */
- {true, false, {0x476625, 0x333a21, 0x769654, 0x305612, 0x727314, 0x38561c, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }}, /* 6 */
+ {true, false, {0x476625, 0x333a21, 0x769654, 0x305612, 0x727314, 0x38561c, 0, 0, 0x476625, 0x333a21, 0x769654, 0x305612, 0x727314, 0x38561c, 0, 0, }}, /* 6 */
{true, false, {0x535353, 0x535353, 0x535353, 0x535353, 0x535353, 0x535353, 0x535353, 0x535353, 0x535353, 0x535353, 0x535353, 0x535353, 0x535353, 0x535353, 0x535353, 0x535353,}}, /* 7 */
{true, false, {0x3147f4, 0x3147f4, 0x3147f4, 0x3147f4, 0x3147f4, 0x3147f4, 0x3147f4, 0x3147f4, 0x3147f4, 0x3147f4, 0x3147f4, 0x3147f4, 0x3147f4, 0x3147f4, 0x3147f4, 0x3147f4,}}, /* 8 */
{true, false, {0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4,}}, /* 9 */