summaryrefslogtreecommitdiff
path: root/src/house.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2011-10-31 22:31:40 +0000
committermichi_cc <michi_cc@openttd.org>2011-10-31 22:31:40 +0000
commite094d7db624b69d2f0121e84e07abdb821f45ec9 (patch)
tree48fc1d4db1dd49d16838af094d6db5c323c7398d /src/house.h
parentf66cd97776cd73c653fad685c9a74538b4d8a2a8 (diff)
downloadopenttd-e094d7db624b69d2f0121e84e07abdb821f45ec9.tar.xz
(svn r23072) -Feature: [NewGRF] House callback 0x148.
Diffstat (limited to 'src/house.h')
-rw-r--r--src/house.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/house.h b/src/house.h
index e738b6873..f7d2c2ae4 100644
--- a/src/house.h
+++ b/src/house.h
@@ -120,6 +120,7 @@ struct HouseSpec {
AnimationInfo animation; ///< information about the animation.
byte processing_time; ///< Periodic refresh multiplier
byte minimum_life; ///< The minimum number of years this house will survive before the town rebuilds it
+ uint32 watched_cargoes; ///< Cargo types watched for acceptance.
Money GetRemovalCost() const;