(svn r22560) -Codechange: Remove constness from House in ResolverObject.

This commit is contained in:
terkhen
2011-06-12 20:35:37 +00:00
parent 431fba8852
commit 92c429e3ee
3 changed files with 4 additions and 4 deletions

View File

@@ -336,7 +336,7 @@ struct ResolverObject {
} station;
struct {
TileIndex tile;
const Town *town;
Town *town; ///< Town of this house
HouseID house_id;
uint16 initial_random_bits; ///< Random bits during construction checks
bool not_yet_constructed; ///< True for construction check