Changeset - r22976:8e4cb5c655b6
[Not reviewed]
master
0 1 0
Niels Martin Hansen - 6 years ago 2018-07-28 21:46:09
nielsm@indvikleren.dk
Fix: HouseSpec::watched_cargoes not 64 bit

Looks like HouseSpec::watched_cargoes was missed in the conversion to 64 cargo types.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/house.h
Show inline comments
 
@@ -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;
 

	
0 comments (0 inline, 0 general)