Changeset - r25587:2144306d9b73
[Not reviewed]
master
0 1 0
Vít Šefl - 3 years ago 2021-06-01 15:37:39
vituscze@gmail.com
Fix b791ffc6: use the correct name in CmdPlantTree
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/tree_cmd.cpp
Show inline comments
 
@@ -448,9 +448,9 @@ CommandCost CmdPlantTree(TileIndex tile,
 
					break;
 
				}
 

	
 
				if (IsTileType(tile, MP_CLEAR)) {
 
				if (IsTileType(current_tile, MP_CLEAR)) {
 
					/* Remove fields or rocks. Note that the ground will get barrened */
 
					switch (GetRawClearGround(tile)) {
 
					switch (GetRawClearGround(current_tile)) {
 
						case CLEAR_FIELDS:
 
						case CLEAR_ROCKS: {
 
							CommandCost ret = DoCommand(current_tile, 0, 0, flags, CMD_LANDSCAPE_CLEAR);
0 comments (0 inline, 0 general)