(svn r20336) -Codechange: rework the HQ updating

This commit is contained in:
rubidium
2010-08-03 08:32:58 +00:00
parent ffedcc6533
commit f812e80002
4 changed files with 28 additions and 30 deletions

View File

@@ -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.