Changeset - r24508:c894803405a4
[Not reviewed]
master
0 1 0
Niels Martin Hansen - 4 years ago 2020-06-28 11:43:17
nielsm@indvikleren.dk
Fix: Wrong tree sprite in tree toolbar
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/tree_gui.cpp
Show inline comments
 
@@ -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 },
0 comments (0 inline, 0 general)