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
commit221071d29982f29c8b4400611b30f1d820c3ae05 (patch)
tree0ac3fe2d4a9ad2e4e990ce7fd2416b3eb118d9b9 /src/newgrf_callbacks.h
parent1df06c7ef1dcbda888e2ae37def456f3803f61d7 (diff)
downloadopenttd-221071d29982f29c8b4400611b30f1d820c3ae05.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,