summaryrefslogtreecommitdiff
path: root/src/newgrf_industries.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2012-09-21 09:47:21 +0000
committeralberth <alberth@openttd.org>2012-09-21 09:47:21 +0000
commit0849fb8d36160edb163eeea563b050b3ce641edc (patch)
treec553d65c51bc5bf5553c04981b7629bf9f909df1 /src/newgrf_industries.h
parent89988c616329a132c20a6ba79646ad8a127d8658 (diff)
downloadopenttd-0849fb8d36160edb163eeea563b050b3ce641edc.tar.xz
(svn r24535) -Doc: Two additions, lots of small spelling fixes, and some Doxygen improvements.
Diffstat (limited to 'src/newgrf_industries.h')
-rw-r--r--src/newgrf_industries.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_industries.h b/src/newgrf_industries.h
index dc9b2e8ea..370dd97e2 100644
--- a/src/newgrf_industries.h
+++ b/src/newgrf_industries.h
@@ -24,7 +24,7 @@ enum IndustryTrigger {
INDUSTRY_TRIGGER_CARGO_DELIVERY = 4,
};
-/** From where is callback CBID_INDUSTRY_PROBABILITY been called */
+/** From where has callback #CBID_INDUSTRY_PROBABILITY been called */
enum IndustryAvailabilityCallType {
IACT_MAPGENERATION, ///< during random map generation
IACT_RANDOMCREATION, ///< during creation of random ingame industry