summaryrefslogtreecommitdiff
path: root/src/house.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/house.h')
-rw-r--r--src/house.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/house.h b/src/house.h
index ddc2a448c..94ef62ad5 100644
--- a/src/house.h
+++ b/src/house.h
@@ -120,7 +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.
+ CargoTypes watched_cargoes; ///< Cargo types watched for acceptance.
Money GetRemovalCost() const;