diff options
Diffstat (limited to 'src/town_cmd.cpp')
-rw-r--r-- | src/town_cmd.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp index 32bb0df9f..b043a0450 100644 --- a/src/town_cmd.cpp +++ b/src/town_cmd.cpp @@ -157,6 +157,10 @@ void Town::InitializeLayout(TownLayout layout) return Town::Get(index); } +/** + * Get the cost for removing this house + * @return the cost (inflation corrected etc) + */ Money HouseSpec::GetRemovalCost() const { return (_price[PR_CLEAR_HOUSE] * this->removal_cost) >> 8; |