diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-11-22 16:32:03 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-11-22 16:32:03 +0100 |
commit | b3d5b69a32ba29dc041a83c270b8e57b970b8011 (patch) | |
tree | 5a3d661655283018c929e24439650997fe9d87bb /src | |
parent | df595b3117a996ceb136801f0ee35556971643ef (diff) | |
download | MinedMap-b3d5b69a32ba29dc041a83c270b8e57b970b8011.tar MinedMap-b3d5b69a32ba29dc041a83c270b8e57b970b8011.zip |
Fix red_sand color
Diffstat (limited to 'src')
-rw-r--r-- | src/Resource/BlockType.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Resource/BlockType.cpp b/src/Resource/BlockType.cpp index 4430e94..dff93c7 100644 --- a/src/Resource/BlockType.cpp +++ b/src/Resource/BlockType.cpp @@ -43,7 +43,7 @@ const BlockType BLOCK_TYPES[256] = { {true, false, {0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4, 0x2e43f4,}}, /* 9 */ {true, false, {0xcf5b13, 0xcf5b13, 0xcf5b13, 0xcf5b13, 0xcf5b13, 0xcf5b13, 0xcf5b13, 0xcf5b13, 0xcf5b13, 0xcf5b13, 0xcf5b13, 0xcf5b13, 0xcf5b13, 0xcf5b13, 0xcf5b13, 0xcf5b13,}}, /* 10 */ {true, false, {0xd45a12, 0xd45a12, 0xd45a12, 0xd45a12, 0xd45a12, 0xd45a12, 0xd45a12, 0xd45a12, 0xd45a12, 0xd45a12, 0xd45a12, 0xd45a12, 0xd45a12, 0xd45a12, 0xd45a12, 0xd45a12,}}, /* 11 */ - {true, false, {0xdbd3a0, 0xdbd3a0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }}, /* 12 */ + {true, false, {0xdbd3a0, 0xa95821, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }}, /* 12 */ {true, false, {0x7e7c7a, 0x7e7c7a, 0x7e7c7a, 0x7e7c7a, 0x7e7c7a, 0x7e7c7a, 0x7e7c7a, 0x7e7c7a, 0x7e7c7a, 0x7e7c7a, 0x7e7c7a, 0x7e7c7a, 0x7e7c7a, 0x7e7c7a, 0x7e7c7a, 0x7e7c7a,}}, /* 13 */ {true, false, {0x8f8b7c, 0x8f8b7c, 0x8f8b7c, 0x8f8b7c, 0x8f8b7c, 0x8f8b7c, 0x8f8b7c, 0x8f8b7c, 0x8f8b7c, 0x8f8b7c, 0x8f8b7c, 0x8f8b7c, 0x8f8b7c, 0x8f8b7c, 0x8f8b7c, 0x8f8b7c,}}, /* 14 */ {true, false, {0x87827e, 0x87827e, 0x87827e, 0x87827e, 0x87827e, 0x87827e, 0x87827e, 0x87827e, 0x87827e, 0x87827e, 0x87827e, 0x87827e, 0x87827e, 0x87827e, 0x87827e, 0x87827e,}}, /* 15 */ |