summaryrefslogtreecommitdiff
path: root/src/newgrf_house.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_house.h')
-rw-r--r--src/newgrf_house.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/newgrf_house.h b/src/newgrf_house.h
index f833f96b0..d6d4beb5d 100644
--- a/src/newgrf_house.h
+++ b/src/newgrf_house.h
@@ -18,9 +18,10 @@
#include "newgrf_spritegroup.h"
#include "newgrf_town.h"
+/** Scope resolver for houses. */
struct HouseScopeResolver : public ScopeResolver {
- HouseID house_id;
- TileIndex tile;
+ HouseID house_id; ///< Type of house being queried.
+ TileIndex tile; ///< Tile of this house.
Town *town; ///< Town of this house.
bool not_yet_constructed; ///< True for construction check.
uint16 initial_random_bits; ///< Random bits during construction checks.