# HG changeset patch # User belugas # Date 1161965927 0 # Node ID 297507008da0ff125c650f2d002941c4dcdd217e # Parent a65f925966f048bf5e60d35feee5e298ac777ace (svn r6966) -Fix(6965): Little typo while making the comment doxygen friendly diff --git a/industry.h b/industry.h --- a/industry.h +++ b/industry.h @@ -68,9 +68,9 @@ 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;