summaryrefslogtreecommitdiff
path: root/src/tree_gui.cpp
diff options
context:
space:
mode:
authorNiels Martin Hansen <nielsm@indvikleren.dk>2020-06-28 13:43:17 +0200
committerPatric Stout <github@truebrain.nl>2020-12-27 01:03:27 +0100
commit4d0f19406b8ab841f920fc1206796be90d7643ea (patch)
tree6c6b879bfadce22ac9fe0b491134285380e38872 /src/tree_gui.cpp
parent2c8c6d423c32bef374d12664c062ed1daf60a981 (diff)
downloadopenttd-4d0f19406b8ab841f920fc1206796be90d7643ea.tar.xz
Fix: Wrong tree sprite in tree toolbar
Diffstat (limited to 'src/tree_gui.cpp')
-rw-r--r--src/tree_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tree_gui.cpp b/src/tree_gui.cpp
index 5a1da825b..72d40af3e 100644
--- a/src/tree_gui.cpp
+++ b/src/tree_gui.cpp
@@ -29,7 +29,7 @@ void PlaceTreesRandomly();
/** Tree Sprites with their palettes */
const PalSpriteID tree_sprites[] = {
- { 1621, PAL_NONE }, { 1587, PAL_NONE }, { 1656, PAL_NONE }, { 1579, PAL_NONE },
+ { 1621, PAL_NONE }, { 1635, PAL_NONE }, { 1656, PAL_NONE }, { 1579, PAL_NONE },
{ 1607, PAL_NONE }, { 1593, PAL_NONE }, { 1614, PAL_NONE }, { 1586, PAL_NONE },
{ 1663, PAL_NONE }, { 1677, PAL_NONE }, { 1691, PAL_NONE }, { 1705, PAL_NONE },
{ 1711, PAL_NONE }, { 1746, PAL_NONE }, { 1753, PAL_NONE }, { 1732, PAL_NONE },