(svn r14823) -Document: some variables/structs (Alberth)

This commit is contained in:
rubidium
2009-01-04 11:32:26 +00:00
parent a41e60d255
commit f16427fbe0
3 changed files with 12 additions and 8 deletions

View File

@@ -52,8 +52,8 @@ void BuildOilRig(TileIndex tile);
static byte _industry_sound_ctr;
static TileIndex _industry_sound_tile;
int _total_industries; //general counter
uint16 _industry_counts[NUM_INDUSTRYTYPES]; // Number of industries per type ingame
int _total_industries; ///< General counter
uint16 _industry_counts[NUM_INDUSTRYTYPES]; ///< Number of industries per type ingame
IndustrySpec _industry_specs[NUM_INDUSTRYTYPES];
IndustryTileSpec _industry_tile_specs[NUM_INDUSTRYTILES];