From f812e800028ae4fc65230da398c77d5d0fd695e7 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 3 Aug 2010 08:32:58 +0000 Subject: (svn r20336) -Codechange: rework the HQ updating --- src/unmovable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unmovable.h') 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. -- cgit v1.2.3-54-g00ecf