summaryrefslogtreecommitdiff
path: root/src/house.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/house.h')
-rw-r--r--src/house.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/house.h b/src/house.h
index f7d2c2ae4..7cb2d291b 100644
--- a/src/house.h
+++ b/src/house.h
@@ -124,7 +124,7 @@ struct HouseSpec {
Money GetRemovalCost() const;
- static FORCEINLINE HouseSpec *Get(size_t house_id)
+ static inline HouseSpec *Get(size_t house_id)
{
assert(house_id < HOUSE_MAX);
extern HouseSpec _house_specs[];