summaryrefslogtreecommitdiff
path: root/src/smallmap_gui.cpp
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2011-01-04 20:58:07 +0000
committerterkhen <terkhen@openttd.org>2011-01-04 20:58:07 +0000
commit4f1e96acf1345aea00638e37e5b7ea6e72ebacc5 (patch)
tree5994b3b11a4bdb92bbc69ec3e25375ab641e1828 /src/smallmap_gui.cpp
parent2103f7e91a87bf090dd5c5e82fdad8e392b2df4a (diff)
downloadopenttd-4f1e96acf1345aea00638e37e5b7ea6e72ebacc5.tar.xz
(svn r21719) -Doc: Correct a doxygen comment.
Diffstat (limited to 'src/smallmap_gui.cpp')
-rw-r--r--src/smallmap_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp
index 6113720a4..226b6e2dd 100644
--- a/src/smallmap_gui.cpp
+++ b/src/smallmap_gui.cpp
@@ -164,7 +164,7 @@ static LegendAndColour _legend_land_owners[NUM_NO_COMPANY_ENTRIES + MAX_COMPANIE
* 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;