summaryrefslogtreecommitdiff
path: root/src/house.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-01-05 21:36:05 +0000
committeryexo <yexo@openttd.org>2010-01-05 21:36:05 +0000
commit75f717cce3f096247a0dbafd588abc917ea5a6aa (patch)
tree45c020b0a64c7a63d0fa2527c99beca43f44b414 /src/house.h
parent435ef4ea8d2dc370d91c560d19a34634dddc941f (diff)
downloadopenttd-75f717cce3f096247a0dbafd588abc917ea5a6aa.tar.xz
(svn r18736) -Feature [NewGRF]: implement varaction2houses vars 66 ad 67
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 ed73cc806..15b0a38bc 100644
--- a/src/house.h
+++ b/src/house.h
@@ -113,7 +113,7 @@ struct HouseSpec {
byte random_colour[4]; ///< 4 "random" colours
byte probability; ///< Relative probability of appearing (16 is the standard value)
HouseExtraFlags extra_flags; ///< some more flags
- HouseClassID class_id; ///< defines the class this house has (grf file based) @See HouseGetVariable, prop 0x44
+ HouseClassID class_id; ///< defines the class this house has (not grf file based)
byte animation_frames; ///< number of animation frames
byte animation_speed; ///< amount of time between each of those frames
byte processing_time; ///< Periodic refresh multiplier