Changeset - r16973:f5490a21f1c4
[Not reviewed]
master
0 1 0
terkhen - 14 years ago 2011-01-04 20:58:07
terkhen@openttd.org
(svn r21719) -Doc: Correct a doxygen comment.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/smallmap_gui.cpp
Show inline comments
 
@@ -161,13 +161,13 @@ static LegendAndColour _legend_land_owne
 

	
 
/**
 
 * Allow room for all industries, plus a terminator entry
 
 * This is required in order to have the indutry slots all filled up
 
 */
 
static LegendAndColour _legend_from_industries[NUM_INDUSTRYTYPES + 1];
 
/* For connecting industry type to position in industries list(small map legend) */
 
/** For connecting industry type to position in industries list(small map legend) */
 
static uint _industry_to_list_pos[NUM_INDUSTRYTYPES];
 
/** Show heightmap in industry mode of smallmap window. */
 
static bool _smallmap_industry_show_heightmap;
 

	
 
/**
 
 * Fills an array for the industries legends.
0 comments (0 inline, 0 general)