summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-07-11 00:36:03 +0000
committerbelugas <belugas@openttd.org>2007-07-11 00:36:03 +0000
commitb9db8ecf41d62d7885331e2c641b4c522675d881 (patch)
tree8588f84475df91105293bb516f2a339d54816a49 /src/newgrf_callbacks.h
parentfd93cd0411a8b506b9d7a5d721593298f4aa3883 (diff)
downloadopenttd-b9db8ecf41d62d7885331e2c641b4c522675d881.tar.xz
(svn r10503) -Codechange: Mark Callback CBID_INDUSTRY_FUND_MORE_TEXT (cb38) as implemented.
Diffstat (limited to 'src/newgrf_callbacks.h')
-rw-r--r--src/newgrf_callbacks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h
index 278936da1..71475e8a6 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -145,7 +145,7 @@ enum CallbackID {
CBID_INDUSTRY_CARGO_SUFFIX = 0x37, // not implemented
/** Called to determine more text in the fund industry window */
- CBID_INDUSTRY_FUND_MORE_TEXT = 0x38, // not implemented
+ CBID_INDUSTRY_FUND_MORE_TEXT = 0x38,
/** Called to calculate the income of delivered cargo */
CBID_CARGO_PROFIT_CALC = 0x39,