summaryrefslogtreecommitdiff
path: root/industry.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-10-27 16:18:47 +0000
committerbelugas <belugas@openttd.org>2006-10-27 16:18:47 +0000
commitaa11448c4bfde52bf38af52abd0b21f46d78ad30 (patch)
tree71ee1f2bbd5e8c3d37a0447818b8cbfb43216c42 /industry.h
parent2cdb58d906dfbe385466bc6eb85d726ef7975e98 (diff)
downloadopenttd-aa11448c4bfde52bf38af52abd0b21f46d78ad30.tar.xz
(svn r6966) -Fix(6965): Little typo while making the comment doxygen friendly
Diffstat (limited to 'industry.h')
-rw-r--r--industry.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/industry.h b/industry.h
index 0924acf8b..cc2ee4576 100644
--- a/industry.h
+++ b/industry.h
@@ -68,9 +68,9 @@ typedef struct IndustrySpec {
byte minimal_cargo;
CargoID accepts_cargo[3];
- IndustryLifeType life_type; v This is also known as Industry production flag, in newgrf specs
+ IndustryLifeType life_type; ///< This is also known as Industry production flag, in newgrf specs
- byte climate_availability; ///< Bitmask, giving landscape enums as bit position
+ byte climate_availability; ///< Bitmask, giving landscape enums as bit position
StringID name;
StringID closure_text;