summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-03-28 02:30:10 +0000
committerglx <glx@openttd.org>2008-03-28 02:30:10 +0000
commit226e48cf83b2860e3c2f6a0414fae7578fab845e (patch)
tree0ac3fe2d4a9ad2e4e990ce7fd2416b3eb118d9b9 /src/newgrf_callbacks.h
parentd4f7f5e5fe0c8288e84806183cf808c3c43251d8 (diff)
downloadopenttd-226e48cf83b2860e3c2f6a0414fae7578fab845e.tar.xz
(svn r12455) -Codechange: Implement NewGRF callback 37 (cargo sub-type display for industries)
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 40e10694c..46545e9e9 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -150,7 +150,7 @@ enum CallbackID {
CBID_VEHICLE_MODIFY_PROPERTY = 0x36,
/** Called to determine text to display after cargo name */
- CBID_INDUSTRY_CARGO_SUFFIX = 0x37, // not implemented
+ CBID_INDUSTRY_CARGO_SUFFIX = 0x37,
/** Called to determine more text in the fund industry window */
CBID_INDUSTRY_FUND_MORE_TEXT = 0x38,