mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-24 15:09:10 +00:00
(svn r6966) -Fix(6965): Little typo while making the comment doxygen friendly
This commit is contained in:
@@ -68,9 +68,9 @@ typedef struct IndustrySpec {
|
|||||||
byte minimal_cargo;
|
byte minimal_cargo;
|
||||||
CargoID accepts_cargo[3];
|
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 name;
|
||||||
StringID closure_text;
|
StringID closure_text;
|
||||||
|
Reference in New Issue
Block a user