summaryrefslogtreecommitdiff
path: root/src/unmovable.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-03 08:32:58 +0000
committerrubidium <rubidium@openttd.org>2010-08-03 08:32:58 +0000
commitf812e800028ae4fc65230da398c77d5d0fd695e7 (patch)
treeda9fdd0a058b4d6c8ad1bc6e5d5ef07d97d168a0 /src/unmovable.h
parentffedcc6533439009c890e513ed60ed02574d2a69 (diff)
downloadopenttd-f812e800028ae4fc65230da398c77d5d0fd695e7.tar.xz
(svn r20336) -Codechange: rework the HQ updating
Diffstat (limited to 'src/unmovable.h')
-rw-r--r--src/unmovable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unmovable.h b/src/unmovable.h
index 330373cb8..e0cf4e597 100644
--- a/src/unmovable.h
+++ b/src/unmovable.h
@@ -21,6 +21,7 @@ void UpdateCompanyHQ(Company *c, uint score);
/** An (unmovable) object that isn't use for transport, industries or houses. */
struct UnmovableSpec {
StringID name; ///< The name for this object.
+ uint8 size; ///< The size of this objects; low nibble for X, high nibble for Y.
uint8 build_cost_multiplier; ///< Build cost multiplier per tile.
uint8 clear_cost_multiplier; ///< Clear cost multiplier per tile.