summaryrefslogtreecommitdiff
path: root/src/tree_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tree_cmd.cpp')
-rw-r--r--src/tree_cmd.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tree_cmd.cpp b/src/tree_cmd.cpp
index 085eea223..3b537478b 100644
--- a/src/tree_cmd.cpp
+++ b/src/tree_cmd.cpp
@@ -431,7 +431,8 @@ CommandCost CmdPlantTree(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32
}
}
cost.AddCost(_price[PR_BUILD_TREES]);
- } break;
+ break;
+ }
default:
msg = STR_ERROR_SITE_UNSUITABLE;